...
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
cd /d "C:\Program Files\Ubisecure\ubilogin-sso\ubilogin"
setup.cmd |
Running the setup script on Linux
Code Block |
---|
|
cd /usr/local/ubisecure/ubilogin-sso/ubilogin
sh setup.sh |
...
Note |
---|
NOTE: New LDAP passwords are generated every time the setup command is executed. For this reason, the secrets.ldif file must be imported to the LDAP directory after running the setup script. After this, the Tomcat update script must be run to have the applications use the new passwords. See Updating Ubisecure SSO Applications Upgrade for more details about the update process. |
...
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
ldap\adam\import.cmd ldap\secrets.ldif |
...
Updating the application-specific LDAP passwords on Linux
Code Block |
---|
|
./ldap/openldap/import.sh ldap/secrets.ldif |
...