diff --git a/roles/installer/templates/settings/ldap.py.j2 b/roles/installer/templates/settings/ldap.py.j2 index aa50cfcf..8cbf426d 100644 --- a/roles/installer/templates/settings/ldap.py.j2 +++ b/roles/installer/templates/settings/ldap.py.j2 @@ -1,3 +1,5 @@ +import ldap + AUTH_LDAP_GLOBAL_OPTIONS = { {% if ldap_cacert_ca_crt %} ldap.OPT_X_TLS_REQUIRE_CERT: True,