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).
...
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.
...