17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
#
|
|
# LDAP Defaults
|
|
#
|
|
|
|
# See ldap.conf(5) for details
|
|
# This file should be world readable but not world writable.
|
|
|
|
BASE {{ ldap_search_base }}
|
|
URI {{ ldap_uris | join(' ') }}
|
|
|
|
#SIZELIMIT 12
|
|
#TIMELIMIT 15
|
|
#DEREF never
|
|
|
|
# TLS certificates (needed for GnuTLS)
|
|
TLS_CACERT /etc/ldap/{{ ldap_cert }}
|