We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff292b commit 7f285afCopy full SHA for 7f285af
configuration/ldap/ldap_config.py
@@ -31,7 +31,7 @@ def _import_group_type(group_type_name):
31
ldap.OPT_REFERRALS: 0
32
}
33
34
-AUTH_LDAP_BIND_AS_AUTHENTICATING_USER = environ.get('AUTH_LDAP_BIND_AS_AUTHENTICATING_USER', 'True').lower() == 'true'
+AUTH_LDAP_BIND_AS_AUTHENTICATING_USER = environ.get('AUTH_LDAP_BIND_AS_AUTHENTICATING_USER', 'False').lower() == 'true'
35
36
# Set the DN and password for the NetBox service account if needed.
37
if not AUTH_LDAP_BIND_AS_AUTHENTICATING_USER:
0 commit comments