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 1810b574 Fix up stale credentials
1810b574 is described below
commit 1810b574daf4f48d64662da525f880f4766dd0c2
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 25 17:22:36 2024 +0100
Fix up stale credentials
---
docker-config/25-authz_ldap_group_membership.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker-config/25-authz_ldap_group_membership.conf
b/docker-config/25-authz_ldap_group_membership.conf
index 1ce8054e..1680b2a3 100644
--- a/docker-config/25-authz_ldap_group_membership.conf
+++ b/docker-config/25-authz_ldap_group_membership.conf
@@ -59,8 +59,8 @@
# LDAP alias: infrastructure
<AuthzProviderAlias ldap-group ldap-alias-infrastructure
cn=infrastructure,ou=groups,ou=services,dc=apache,dc=org>
AuthLDAPUrl "ldaps://ldap-us.apache.org:636
ldap-eu.apache.org:636/ou=people,dc=apache,dc=org?uid"
- AuthLDAPBindDN cn=nss_p6,ou=users,ou=services,dc=apache,dc=org
- AuthLDAPBindPassword "exec:/usr/bin/asfldapsearch --pwd"
+ AuthLDAPBindDN <%= ldapbinddn %>
+ AuthLDAPBindPassword "<%= ldapbindpw %>"
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on
AuthLDAPMaxSubGroupDepth 0
@@ -69,8 +69,8 @@
# LDAP alias: apldap
<AuthzProviderAlias ldap-group ldap-alias-apldap
cn=apldap,ou=groups,ou=services,dc=apache,dc=org>
AuthLDAPUrl "ldaps://ldap-us.apache.org:636
ldap-eu.apache.org:636/ou=people,dc=apache,dc=org?uid"
- AuthLDAPBindDN cn=nss_p6,ou=users,ou=services,dc=apache,dc=org
- AuthLDAPBindPassword "exec:/usr/bin/asfldapsearch --pwd"
+ AuthLDAPBindDN <%= ldapbinddn %>
+ AuthLDAPBindPassword "<%= ldapbindpw %>"
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on
AuthLDAPMaxSubGroupDepth 0