Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

Try this to set up some test data:

$ apt-get install ldapscripts ldap-utils slapd
$ ldapadd -D "cn=admin,dc=nodomain" -W -H ldapi:/// -f ./<...>.ldif

The objectClass extensibleObject could be replaced by inetOrgPerson (both works).