mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 21:32:52 +00:00
7 lines
175 B
Django/Jinja
7 lines
175 B
Django/Jinja
AUTH_LDAP_GLOBAL_OPTIONS = {
|
|
{% if ldap_cacert_ca_crt %}
|
|
ldap.OPT_X_TLS_REQUIRE_CERT: True,
|
|
ldap.OPT_X_TLS_CACERTFILE: "/etc/openldap/certs/ldap-ca.crt"
|
|
{% endif %}
|
|
}
|