dolibarr/dev/examples/ldap/ldapmodify_sample1.txt

16 lines
360 B
Plaintext
Raw Permalink Normal View History

2008-10-26 02:49:16 +01:00
# ldapmodify_sample1.txt
2015-01-22 18:35:02 +01:00
# ldapmodify is into package ldap-utils on debian.
2008-10-26 02:49:16 +01:00
#
# Use this sample to modify a dc "my-domain"
#
# ldapmodify -c -v -D cn=Manager,dc=my-domain,dc=com -W -f ldapmodify_sample1.txt
dn: dc=my-domain,dc=com
changetype: modify
replace: o
objectclass: dcObject
objectClass: organization
objectClass: top
dc: my-domain
o: my organisation