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 0098657 commit 74eaae6Copy full SHA for 74eaae6
configuration/ldap_config.py
@@ -70,7 +70,7 @@ def import_group_type(group_type_name):
70
AUTH_LDAP_FIND_GROUP_PERMS = os.environ.get('AUTH_LDAP_FIND_GROUP_PERMS', 'True').lower() == 'true'
71
72
# Cache groups for one hour to reduce LDAP traffic
73
-AUTH_LDAP_CACHE_TIMEOUT = = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
+AUTH_LDAP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
74
75
# Populate the Django user from the LDAP directory.
76
AUTH_LDAP_USER_ATTR_MAP = {
0 commit comments