Blame SOURCES/slapd.sysconfig

f5419d
# OpenLDAP server configuration
f5419d
# see 'man slapd' for additional information
f5419d
f5419d
# Where the server will run (-h option)
f5419d
# - ldapi:/// is required for on-the-fly configuration using client tools
f5419d
#   (use SASL with EXTERNAL mechanism for authentication)
f5419d
# - default: ldapi:/// ldap:///
f5419d
# - example: ldapi:/// ldap://127.0.0.1/ ldap://10.0.0.1:1389/ ldaps:///
f5419d
SLAPD_URLS="ldapi:/// ldap:///"
f5419d
f5419d
# Any custom options
f5419d
#SLAPD_OPTIONS=""
f5419d
f5419d
# Keytab location for GSSAPI Kerberos authentication
f5419d
#KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"