forked from infra/ansible
18 lines
272 B
Django/Jinja
18 lines
272 B
Django/Jinja
#
|
|
# LDAP Defaults
|
|
#
|
|
|
|
# See ldap.conf(5) for details
|
|
# This file should be world readable but not world writable.
|
|
|
|
BASE {{ ldap_base }}
|
|
URI {{ ldap_uri }}
|
|
|
|
#SIZELIMIT 12
|
|
#TIMELIMIT 15
|
|
#DEREF never
|
|
|
|
# TLS certificates (needed for GnuTLS)
|
|
TLS_CACERT /etc/ldap/ssl/BKCA.crt
|
|
|