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