http://grimore.i2p/networking/openldap/installing_and_configuring
If all steps have been performed correctly, you can issue: slapcat and at the very top you should see: dn: dc=ldap,dc=home
objectClass: top
objectClass: dcObject
objectClass: organization
o: home
dc: ldap
structuralObjectClass: organization
...
dn: cn=admin,dc=ldap,dc=home
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
description: LDAP administrator which means that: the LDAP base is dc=ldap,dc=home , the administrator Distinguished Name (DN)...