Lesson 8

Date: 3/12/2009
Lightweight Directory Access Protocol (LDAP)
Linux for Engineering and IT applications


Outline of LDIF file:

  • Define the root node.

  • Define the branch nodes.

  • Define the super-user node.

  • Define the leaf nodes.
Add the entries to the Directory using ldapadd or ldapmodify command:
ldapadd -x -D "cn=Manager,dc=example,dc=com" -W -f ldif00.ldif


Take me to the Course Website