forked from infra/ansible
20 lines
332 B
Django/Jinja
20 lines
332 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_REQCERT demand
|
|
TLS_CACERTDIR /etc/ssl/certs
|
|
TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
|
|