ldapadd_sample2.txt 343 B

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