...
Make sure you have Java installed, JRE_HOME and JAVA_HOME set according to theĀ Installation requirements - SSO.
Note |
---|
Latest SSO versions use Java 11. |
Download the SSO software package
Code Block |
---|
curl -LO https://repo2.dev.gs-iam.com/repository/snapshots/com/ubisecure/sso/sso/X.X.X-SNAPSHOT/sso-X.X.X-xxxxxxxx.xxxxxx-x-unix.tar.gz |
Unpack the software
Unpack the tar archive to /usr/local/ubisecure
.
...
Note | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
In RedHat 7 install.sh script fails. As a workaround, start OpenLDAP from shell by executing:
After OpenLDAP has started, open a new shell and execute the following commands:
After finishing the execution, kill the OpenLDAP instance from the other window. |
...