50ba1f03e9
Resolves: #949864
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
#
|
|
# LDAP Defaults
|
|
#
|
|
|
|
# See ldap.conf(5) for details
|
|
# This file should be world readable but not world writable.
|
|
|
|
#BASE dc=example,dc=com
|
|
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
|
|
|
|
#SIZELIMIT 12
|
|
#TIMELIMIT 15
|
|
#DEREF never
|
|
|
|
TLS_CACERTDIR /etc/openldap/certs
|
|
|
|
# Turning this off breaks GSSAPI used with krb5 when rdns = false
|
|
SASL_NOCANON on |