forked from Wavyzz/dolibarr
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# ldapadd_sample2.txt
|
|
#
|
|
# 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 |