bdec46fdaf
Resolves: #1270678, #1537259
23 lines
567 B
Plaintext
23 lines
567 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
|
|
|
|
# When no CA certificates are specified the Shared System Certificates
|
|
# are in use. In order to have these available along with the ones specified
|
|
# by TLS_CACERTDIR one has to include them explicitly:
|
|
#TLS_CACERT /etc/pki/tls/cert.pem
|
|
|
|
# Turning this off breaks GSSAPI used with krb5 when rdns = false
|
|
SASL_NOCANON on
|
|
|