File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed 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):
71
71
72
72
# For more granular permissions, we can map LDAP groups to Django groups.
73
73
AUTH_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'
75
75
76
76
# Cache groups for one hour to reduce LDAP traffic
77
77
AUTH_LDAP_CACHE_TIMEOUT = int (environ .get ('AUTH_LDAP_CACHE_TIMEOUT' , 3600 ))
Original file line number Diff line number Diff line change 6
6
accesslog = '-'
7
7
capture_output = False
8
8
loglevel = 'info'
9
- raw_env = 'prometheus_multiproc_dir=/tmp/metrics'
You can’t perform that action at this time.
0 commit comments