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.
2 parents ce74e94 + 74eaae6 commit 0574ffcCopy full SHA for 0574ffc
configuration/ldap_config.py
@@ -70,8 +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_GROUPS = os.environ.get('AUTH_LDAP_CACHE_GROUPS', 'True').lower() == 'true'
74
-AUTH_LDAP_GROUP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_GROUP_CACHE_TIMEOUT', 3600))
+AUTH_LDAP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
75
76
# Populate the Django user from the LDAP directory.
77
AUTH_LDAP_USER_ATTR_MAP = {
0 commit comments