File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.26.0
1+ 0.26.1
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def _import_group_type(group_type_name):
7171
7272# For more granular permissions, we can map LDAP groups to Django groups.
7373AUTH_LDAP_FIND_GROUP_PERMS = environ .get ('AUTH_LDAP_FIND_GROUP_PERMS' , 'True' ).lower () == 'true'
74- AUTH_LDAP_MIRROR_GROUPS = environ .get ('AUTH_LDAP_MIRROR_GROUPS' , None ).lower () == 'true'
74+ AUTH_LDAP_MIRROR_GROUPS = environ .get ('AUTH_LDAP_MIRROR_GROUPS' , '' ).lower () == 'true'
7575
7676# Cache groups for one hour to reduce LDAP traffic
7777AUTH_LDAP_CACHE_TIMEOUT = int (environ .get ('AUTH_LDAP_CACHE_TIMEOUT' , 3600 ))
Original file line number Diff line number Diff line change 66accesslog = '-'
77capture_output = False
88loglevel = 'info'
9- raw_env = 'prometheus_multiproc_dir=/tmp/metrics'
You can’t perform that action at this time.
0 commit comments