Update ldap_config.py

This commit is contained in:
Nicolas Boufidjeline 2018-07-20 12:24:17 +02:00 committed by GitHub
parent 5f24972bb7
commit 9d1a602f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 users 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.