openldap/slapd.sysconfig
Jan Vcelak 1e5237aaab provide new sysconfig file, rename ldap to slapd
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.
2011-10-27 17:27:43 +02:00

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=""