Files
dolibarr/dev/examples/ldap/ldapadd_sample2.txt
Laurent Destailleur 578a1ef568 Clean files
2026-01-07 19:01:54 +01:00

12 lines
344 B
Plaintext

# ldapadd_sample2.txt
# ldapadd is into package ldap-utils on debian.
#
# Use this sample to add a ou "contacts"
# This is the second thing to create after creating the root my-domain
#
# ldapadd -c -v -D cn=Manager,dc=my-domain,dc=com -W -f ldapadd_sample2.txt
dn: ou=contacts,dc=my-domain,dc=com
objectClass: organizationalUnit
ou: contacts