Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1

...

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:

Code Block
languagebash
cd ldap/openldap/
./start.sh

After OpenLDAP has started, open a new shell and execute the following commands:

Code Block
languagebash
./import.sh ../cnroot.ldif
 ./import.sh ../uas.ldif
 ./import.sh ../secrets.ldif
 ./import.sh ../system-password.ldif
 ./import.sh groups.ldif

After finishing the execution, kill the OpenLDAP instance from the other window.

...

Start the Ubisecure Accounting service using the following command.

Code Block
languagebash
systemctl/etc/init.d/ubisecure-accounting start  
ubisecure-accounting
  1. On the first time the necessary database tables are created in your database.
  2. If you are doing the initial Accounting Service installation and the service does not start you may need to change the Accounting Service related settings in the unix.config file before continuing. see Change configuration settings during installation process in Linux. See also Troubleshooting Accounting Service.

...

Start the Ubisecure SSO process using the following commands.

Code Block
languagebash
systemctl start /etc/init.d/ubilogin-directory start  systemctl start 
/etc/init.d/ubilogin-server start

Continue on pageĀ Installation finalisation to finalise and verify the installation.