From 9d1a602f71ec192ceb43de4809d6170617b06357 Mon Sep 17 00:00:00 2001 From: Nicolas Boufidjeline Date: Fri, 20 Jul 2018 12:24:17 +0200 Subject: [PATCH] Update ldap_config.py --- configuration/ldap_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/ldap_config.py b/configuration/ldap_config.py index 86442d5..0465c45 100644 --- a/configuration/ldap_config.py +++ b/configuration/ldap_config.py @@ -15,7 +15,7 @@ AUTH_LDAP_CONNECTION_OPTIONS = { AUTH_LDAP_BIND_DN = os.environ.get('AUTH_LDAP_BIND_DN', '') AUTH_LDAP_BIND_PASSWORD = os.environ.get('AUTH_LDAP_BIND_PASSWORD', '') -# Set AUTH_LDAP_USER_DN_TEMPLATE +# Set a string template that describes any user’s distinguished name based on the username. AUTH_LDAP_USER_DN_TEMPLATE = os.environ.get('AUTH_LDAP_USER_DN_TEMPLATE', None) # Include this setting if you want to ignore certificate errors. This might be needed to accept a self-signed cert.