Additional Resources

The following resources offer additional information on LDAP. It is highly recommended that you review these, especially the OpenLDAP website and the LDAP HOWTO, before configuring LDAP on your system(s).

Installed Documentation

Client Applications
  • man ldapadd - Describes how to add entries to an LDAP directory.
Server Applications
  • man slapd - Describes command line options for the LDAP server.
  • man slurpd - Describes command line options for the LDAP replication server.
Administrative Applications
  • man slapadd - Describes command line options used to add entries to a slapd database.
  • man slapcat - Describes command line options used to generate an LDIF file from a slapd database.
  • man slapindex - Describes command line options used to regenerate an index based upon the contents of a slapd database.
  • man slappasswd - Describes command line options used to generate user passwords for LDAP directories.
Configuration Files
  • man ldap.conf - Describes the format and options available within the configuration file for LDAP clients.
  • man slapd.conf - Describes the format and options available within the configuration file referenced by both the LDAP server applications (slapd and slurpd) and the LDAP administrative tools (slapadd, slapcat, and slapindex).

Useful Websites