ansible-role-ldap-auth/templates/ldap.conf

17 lines
294 B
Plaintext
Raw Permalink Normal View History

2022-01-23 00:38:23 +01:00
#
# 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 }}