Topic 6

Date: 3/26/2014
Lightweight Directory Access Protocol (LDAP)
Practical guide to Linux systems administration


Outline of LDIF file:

  • Define the root node.

  • Define the super-user node.

  • Define the branch nodes.

  • Define the leaf nodes.
Add the entries to the Directory using ldapadd or ldapmodify command:

ldapdd -x -D "cn=Manager,dc=example,dc=com" -W -f ldif00.ldif



Take me to the Course Website