1These files were used for testing on Ubuntu Linux using OpenLDAP.
2
3- Move aside /etc/ldap/slapd.d
4- Move slapd.conf to /etc/ldap
5- Move dlz.schema to /etc/ldap/schema/dlz.schema
6- Run "/etc/init.d/slapd restart"
7- Run "ldapadd -x -f example.ldif -D 'cn=Manager,o=bind-dlz' -w secret"
8
9LDAP server is now loaded with example.com data from the file example.ldif
10
11