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 47eb2195 Switch to cn=committers,ou=groups
47eb2195 is described below

commit 47eb2195fb238efff23b9bcddc82dd1c037916a3
Author: Sebb <[email protected]>
AuthorDate: Sun May 25 17:31:37 2025 +0100

    Switch to cn=committers,ou=groups
    
    Part of INFRA-23030
---
 docker-config/25-authz_ldap_group_membership.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-config/25-authz_ldap_group_membership.conf 
b/docker-config/25-authz_ldap_group_membership.conf
index 6514c925..d06293ca 100644
--- a/docker-config/25-authz_ldap_group_membership.conf
+++ b/docker-config/25-authz_ldap_group_membership.conf
@@ -17,12 +17,12 @@
 </AuthzProviderAlias>
 
 # LDAP alias: ASF committer
-<AuthzProviderAlias ldap-group ldap-alias-committer 
cn=committers,ou=role,ou=groups,dc=apache,dc=org>
+<AuthzProviderAlias ldap-group ldap-alias-committer 
cn=committers,ou=groups,dc=apache,dc=org>
   AuthLDAPUrl "ldaps://<%= ldaphosts %>/ou=people,dc=apache,dc=org?uid"
   AuthLDAPBindDN <%= ldapbinddn %>
   AuthLDAPBindPassword "<%= ldapbindpw %>"
-  AuthLDAPGroupAttribute member
-  AuthLDAPGroupAttributeIsDN on
+  AuthLDAPGroupAttribute memberUid
+  AuthLDAPGroupAttributeIsDN off
   AuthLDAPMaxSubGroupDepth 0
 </AuthzProviderAlias>
 

Reply via email to