mrc0mmand / rpms / openldap

Forked from rpms/openldap 3 years ago
Clone

Blame SOURCES/ldap.conf

57672d
#
57672d
# LDAP Defaults
57672d
#
57672d
57672d
# See ldap.conf(5) for details
57672d
# This file should be world readable but not world writable.
57672d
57672d
#BASE	dc=example,dc=com
57672d
#URI	ldap://ldap.example.com ldap://ldap-master.example.com:666
57672d
57672d
#SIZELIMIT	12
57672d
#TIMELIMIT	15
57672d
#DEREF		never
57672d
57672d
# When no CA certificates are specified the Shared System Certificates
57672d
# are in use. In order to have these available along with the ones specified
57672d
# by TLS_CACERTDIR one has to include them explicitly:
57672d
#TLS_CACERT	/etc/pki/tls/cert.pem
57672d
57672d
# System-wide Crypto Policies provide up to date cipher suite which should
57672d
# be used unless one needs a finer grinded selection of ciphers. Hence, the
57672d
# PROFILE=SYSTEM value represents the default behavior which is in place
57672d
# when no explicit setting is used. (see openssl-ciphers(1) for more info)
57672d
#TLS_CIPHER_SUITE PROFILE=SYSTEM
57672d
57672d
# Turning this off breaks GSSAPI used with krb5 when rdns = false
57672d
SASL_NOCANON	on
57672d