Skip to content

Commit 74eaae6

Browse files
authored
Update ldap_config.py
1 parent 0098657 commit 74eaae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/ldap_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def import_group_type(group_type_name):
7070
AUTH_LDAP_FIND_GROUP_PERMS = os.environ.get('AUTH_LDAP_FIND_GROUP_PERMS', 'True').lower() == 'true'
7171

7272
# Cache groups for one hour to reduce LDAP traffic
73-
AUTH_LDAP_CACHE_TIMEOUT = = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
73+
AUTH_LDAP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
7474

7575
# Populate the Django user from the LDAP directory.
7676
AUTH_LDAP_USER_ATTR_MAP = {

0 commit comments

Comments
 (0)