1e5237aaab
On some places, 'ldap' was used in context with OpenLDAP server, mostly from historical reasons. This was changed to 'slapd' where possible without breaking configuration.
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
# OpenLDAP server configuration
|
|
# see 'man slapd' for additional information
|
|
|
|
# Where the server will run (-h option)
|
|
# - ldapi:/// is required for on-the-fly configuration using client tools
|
|
# (use SASL with EXTERNAL mechanism for authentication)
|
|
# - default: ldapi:/// ldap:///
|
|
# - example: ldapi:/// ldap://127.0.0.1/ ldap://10.0.0.1:1389/ ldaps:///
|
|
SLAPD_URLS="ldapi:/// ldap:///"
|
|
|
|
# Any custom options
|
|
#SLAPD_OPTIONS=""
|