ansible-role-ldap-client-co.../templates/ldap.conf.j2

15 lines
396 B
Django/Jinja

# The distinguished name of the search base.
BASE {{ ldap_base_dn }}
# Another way to specify your LDAP server is to provide an
URI {{ ldap_uri }}
# The LDAP version to use (defaults to 3
# if supported by client library)
ldap_version {{ ldap_version }}
nss_initgroups_ignoreusers {{ ldap_nss_ignoreusers }}
# TLS certificates (needed for GnuTLS)
TLS_CACERT {{ ldap_tls_deb_cacert }}