Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

...

Code Block
languagepowershell
themeRDark
cd /d "C:\Program Files\Ubisecure\ubilogin-sso\ubilogin"
setup.cmd

 Running the setup script on Linux

Code Block
theme
languagebashRDark
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
languagepowershell
themeRDark
ldap\adam\import.cmd ldap\secrets.ldif

...

Updating the application-specific LDAP passwords on Linux

Code Block
languagebashthemeRDark
./ldap/openldap/import.sh ldap/secrets.ldif

...