clarify warning

Existing warnings imply that only WS2012 is affected, when in fact it's WS2012 and newer.
This commit is contained in:
Adam Thompson [MERLIN] 2020-03-29 09:40:09 -05:00 committed by GitHub
parent 80f514fa90
commit 9387a52411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ AUTH_LDAP_BIND_DN = os.environ.get('AUTH_LDAP_BIND_DN', '')
AUTH_LDAP_BIND_PASSWORD = os.environ.get('AUTH_LDAP_BIND_PASSWORD', read_secret('auth_ldap_bind_password'))
# Set a string template that describes any users distinguished name based on the username.
# DO NOT SET THIS VARIABLE when using Active Directory on Windows Server 2012 or later
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.