OpenLDAP Clients and Servers
The OpenLDAP package includes clients, servers, and development libraries. Table 3-1 gives an overview of the utilities that come with the package. All pathnames are relative to the installation location, which defaults to /usr/local.
|
Name |
Description |
|
libexec/slapd |
The LDAP server. |
|
libexec/slurpd |
The LDAP replication helper. |
|
bin/ldapadd bin/ldapmodify bin/ldapdelete bin/ldapmodrdn |
Command-line tools for adding, modifying, and deleting entries on an LDAP server. These commands support both LDAPv2 and LDAPv3. |
|
bin/ldapsearch bin/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/slapadd sbin/slapcat sbin/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*.h include/lber*.h |
The OpenLDAP client SDK. |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access