- install openldap
- Left to the package manager
- import the gluu.ldif schema file
- the generated schema is stored in the static/openldap/gluu.ldif
- run command
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f static/openldap/gluu.ldif
- generate the indexes
- add the index to the
cn=config
using the ldapmodify commandldapmodify -Y EXTERNAL -H ldapi:/// -f static/openldap/index.ldif