Versions Compared

Key

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

...

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.

...