2020-06-02 14:51:49 +02:00
|
|
|
# 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)
|
2021-01-21 20:08:01 +01:00
|
|
|
ldap_version {{ ldap_version }}
|
2020-06-02 14:51:49 +02:00
|
|
|
|
2021-01-21 20:08:01 +01:00
|
|
|
nss_initgroups_ignoreusers {{ ldap_nss_ignoreusers }}
|
2020-06-02 14:51:49 +02:00
|
|
|
|
|
|
|
# TLS certificates (needed for GnuTLS)
|
2021-01-21 20:08:01 +01:00
|
|
|
TLS_CACERT {{ ldap_tls_deb_cacert }}
|