...
Note | ||
---|---|---|
| ||
The easiest way to enable LDAPS for OpenLDAP is to first finish basic install process for SSO and then enable LDAPS following: Enable ldaps for SSO |
Note | ||
---|---|---|
| ||
Red Hat 9 requires SSO 9.4 or higher as the SysVinit service support has been deprecated in favour of systemd |
Check Java and set system wide environment variables
...
Code Block | ||
---|---|---|
| ||
mkdir -p /usr/local/ubisecure tar -xzvf sso-x.x.x-unix.tar.gz -C /usr/local/ubisecure |
Install dependencies
Linux standard base package is needed for sysVinit script dependency (/etc/init.d
-scripts)
Code Block | ||
---|---|---|
| ||
yum install lsb |
Modify the configuration template
...
If the OpenLDAP install script prompts for LDAP Password, type secret
and press return.
...
In RedHat 7 install.sh script fails.
As a workaround, start OpenLDAP from shell by executing:
Code Block | ||
---|---|---|
| ||
./start.sh |
After OpenLDAP has started, open a new shell and execute the following commands:
Code Block | ||
---|---|---|
| ||
./import.sh ../cnroot.ldif
./import.sh ../uas.ldif
./import.sh ../secrets.ldif
./import.sh ../system-password.ldif
./import.sh groups.ldif |
...
Note |
---|
When using LDAPS, |
...