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 9efacca commit 9f4a9f5Copy full SHA for 9f4a9f5
configuration/ldap_config.py
@@ -71,6 +71,7 @@ def import_group_type(group_type_name):
71
72
# For more granular permissions, we can map LDAP groups to Django groups.
73
AUTH_LDAP_FIND_GROUP_PERMS = os.environ.get('AUTH_LDAP_FIND_GROUP_PERMS', 'True').lower() == 'true'
74
+AUTH_LDAP_MIRROR_GROUPS = os.environ.get('AUTH_LDAP_MIRROR_GROUPS', None).lower() == 'true'
75
76
# Cache groups for one hour to reduce LDAP traffic
77
AUTH_LDAP_CACHE_TIMEOUT = int(os.environ.get('AUTH_LDAP_CACHE_TIMEOUT', 3600))
0 commit comments