Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Delete the OpenLDAP database from node 2. It will reappear through replication later. The directory name is based on your LDAP root, for example:

Code Block
titleDelete replicated directory on node 2
cd /usr/local/ubisecure/ubilogin-sso/openldap/var/openldap-mdb/cn=Ubilogin,dc=sso,dc=example,dc=com<your LDAP root>
rm -f *

Restart the services on node 1:

...

List OpenLDAP folder on node 2 and verify that database files from node 1 have been copied automatically to node 2. The directory name is based on your LDAP root, for example:

Code Block
titleLDAP root directory
ls /usr/local/ubisecure/ubilogin-sso/openldap/var/openldap-mdb/cn=Ubilogin,dc=sso,dc=example,dc=com<your LDAP root>

Install Ubisecure SSO Tomcat and Accounting Service

...