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 9b99bf38 Alignment
9b99bf38 is described below
commit 9b99bf38669edf9b84e33a062b6bab67c30252ea
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 5 23:07:40 2024 +0100
Alignment
---
docker-config/25-authz_ldap_group_membership.conf | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docker-config/25-authz_ldap_group_membership.conf
b/docker-config/25-authz_ldap_group_membership.conf
index 1680b2a3..6e34150c 100644
--- a/docker-config/25-authz_ldap_group_membership.conf
+++ b/docker-config/25-authz_ldap_group_membership.conf
@@ -8,12 +8,12 @@
# LDAP alias: ASF member
<AuthzProviderAlias ldap-group ldap-alias-member
cn=member,ou=groups,dc=apache,dc=org>
- AuthLDAPUrl "ldaps://<%= ldaphosts %>/ou=people,dc=apache,dc=org?uid"
- AuthLDAPBindDN <%= ldapbinddn %>
- AuthLDAPBindPassword "<%= ldapbindpw %>"
- AuthLDAPGroupAttribute memberUid
- AuthLDAPGroupAttributeIsDN Off
- AuthLDAPMaxSubGroupDepth 0
+ AuthLDAPUrl "ldaps://<%= ldaphosts %>/ou=people,dc=apache,dc=org?uid"
+ AuthLDAPBindDN <%= ldapbinddn %>
+ AuthLDAPBindPassword "<%= ldapbindpw %>"
+ AuthLDAPGroupAttribute memberUid
+ AuthLDAPGroupAttributeIsDN Off
+ AuthLDAPMaxSubGroupDepth 0
</AuthzProviderAlias>
# LDAP alias: ASF committer