...
Prerequisite: Servers must have been deployed in AWS already. See this page for How-To Deploy New Servers.
Parameter | Description | Default | Mandatory |
---|---|---|---|
-i Inventory File | The inventory file containing server configuration | N/A | Yes |
-r Repo folder | A repository folder containing the following:
| N/A | Yes |
-w service_sshldap account password | This is the password for the default service account defined by this DN: uid=service_sshldap,${SSHLDAP_SVCS_OPS_DN}. Is this is not passed in, then the default behavior of the Directory Server must be to allow anonymous binds. In addition, you should set SSHLDAP_ACI_DN_TYPE=userdn and SSHLDAP_ACI_DN=anyone | N/A | No |
-y service_sshldap account password file | A file containing the password for the default service account. The same rules apply as the '-w' parameter. | N/A | No |
-Y opendj password file | A file containing two (2) passwords. The first line of the file should be the Directory Administrator's password. The second line contains the Admin User password. If a password file is not passed, then the user will be promoted for the required passwords. | N/A | No |
...