ldapadd_sample1.txt 352 B

1234567891011121314
  1. # ldapadd_sample1.txt
  2. # ldapadd is into package ldap-utils on debian.
  3. #
  4. # Use this sample to add a dc "my-domain".
  5. # This is the first thing to create
  6. #
  7. # ldapadd -c -v -D cn=Manager,dc=my-domain,dc=com -W -f ldapadd_sample1.txt
  8. dn: dc=my-domain,dc=com
  9. objectclass: dcObject
  10. objectClass: organization
  11. objectClass: top
  12. dc: my-domain
  13. o: my organisation