Table 3-1. Installed components included with OpenLDAP
|
libexec/slapd |
The LDAP server. |
libexec/slurpd |
The LDAP replication helper. |
bin/ldapaddbin/ldapmodifybin/ldapdeletebin/ldapmodrdn |
Command-line tools for adding, modifying, and deleting entries on an LDAP server. These commands support both LDAPv2 and LDAPv3. |
bin/ldapsearchbin/ldapcompare |
Command-line utilities for searching for an LDAP directory or testing a compare operation on a specific attribute held by an entry. |
bin/ldappasswd |
A tool for changing the password attribute in LDAP entries. This tool is the LDAP equivalent of / bin/passwd. |
sbin/slapaddsbin/slapcatsbin/slapindex |
Tools for manipulating the local backend data store used by the slapd daemon. |
sbin/slappasswd |
A simple utility to generate password hashes suitable for use in slapd.conf. |
lib/libldap*lib/liblber*include/ldap*.hinclude/lber*.h |
The OpenLDAP client SDK. |