This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a834af3 Don't check subgroups; should speed up checks
a834af3 is described below
commit a834af3697dab2e788d5559142ea669881349b9b
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 12 13:32:08 2019 +0000
Don't check subgroups; should speed up checks
---
config/25-authz_ldap_group_membership.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/25-authz_ldap_group_membership.conf
b/config/25-authz_ldap_group_membership.conf
index c78cdf2..d5cbeac 100644
--- a/config/25-authz_ldap_group_membership.conf
+++ b/config/25-authz_ldap_group_membership.conf
@@ -3,6 +3,7 @@
AuthLDAPurl "ldaps://ldap-us-ro.apache.org:636
ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid"
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN Off
+ AuthLDAPMaxSubGroupDepth 0
</AuthzProviderAlias>
# LDAP alias: ASF committer
@@ -10,6 +11,7 @@
AuthLDAPUrl "ldaps://ldap-us-ro.apache.org:636
ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid"
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on
+ AuthLDAPMaxSubGroupDepth 0
</AuthzProviderAlias>
# LDAP alias: PMC chair
@@ -17,6 +19,7 @@
AuthLDAPUrl "ldaps://ldap-us-ro.apache.org:636
ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid"
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on
+ AuthLDAPMaxSubGroupDepth 0
</AuthzProviderAlias>
# LDAP alias: Incubator PMC
@@ -24,4 +27,5 @@
AuthLDAPUrl "ldaps://ldap-us-ro.apache.org:636
ldap-eu-ro.apache.org:636/ou=people,dc=apache,dc=org?uid"
AuthLDAPGroupAttribute owner
AuthLDAPGroupAttributeIsDN on
+ AuthLDAPMaxSubGroupDepth 0
</AuthzProviderAlias>