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