LDAP(1) - General Commands Manual # LDAP(1) - General Commands Manual
NAME # ldap - simple LDAP client
SYNOPSIS # ldap search [-LvWxZ] [-b basedn] [-c CAfile] [-D binddn] [-H host] [-l timelimit] [-s scope] [-w secret] [-y secretfile] [-z sizelimit] [filter] [attributes …]
DESCRIPTION # The ldap utility is a simple LDAP client. It queries an LDAP server to perform a command and outputs the results in the LDAP Data Interchange Format (LDIF).
...
LDAPCTL(8) - System Manager’s Manual # LDAPCTL(8) - System Manager’s Manual
NAME # ldapctl - control the LDAP daemon
SYNOPSIS # ldapctl [-v] [-f file] [-r directory] [-s socket] command [argument …]
DESCRIPTION # The ldapctl program controls the ldapd(8) daemon.
The options are as follows:
-f file
Use file as the configuration file, instead of the default /etc/ldapd.conf.
-r directory
Store and read database files in directory, instead of the default /var/db/ldap.
...
LDAPD.CONF(5) - File Formats Manual # LDAPD.CONF(5) - File Formats Manual
NAME # ldapd.conf - LDAP daemon configuration file
DESCRIPTION # ldapd.conf is the configuration file for the LDAP daemon ldapd(8).
The current line can be extended over multiple lines using a backslash (’\’). Comments can be put anywhere in the file using a hash mark (’#’), and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block.
...
LDAPD(8) - System Manager’s Manual # LDAPD(8) - System Manager’s Manual
NAME # ldapd - Lightweight Directory Access Protocol (LDAP) daemon
SYNOPSIS # ldapd [-dnv] [-D macro=value] [-f file] [-r directory] [-s file]
DESCRIPTION # ldapd is a daemon which implements version 3 of the LDAP protocol.
A running ldapd process can be controlled using the ldapctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line.
...
LOGIN_LDAP(8) - System Manager’s Manual # LOGIN_LDAP(8) - System Manager’s Manual
NAME # login_ldap - contact LDAP directory server for authentication
SYNOPSIS # login_ldap [-d] [-s service] [-v name=value] user [class]
DESCRIPTION # The login_ldap utility contacts an LDAP server to authenticate a user.
Available options are:
-d
Print debugging information.
-s
Specify the service. Currently only “login” and “response” are supported. The challenge service is not supported, but it is not an error to specify this service.
...