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 89690539 Oops, needs to be a variable
89690539 is described below
commit 8969053979ef1de550f923e1e6203f4e1f22406b
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 5 23:30:50 2024 +0100
Oops, needs to be a variable
---
docker-config/25-authz_ldap_group_membership.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-config/25-authz_ldap_group_membership.conf
b/docker-config/25-authz_ldap_group_membership.conf
index 6e34150c..6514c925 100644
--- a/docker-config/25-authz_ldap_group_membership.conf
+++ b/docker-config/25-authz_ldap_group_membership.conf
@@ -58,7 +58,7 @@
# 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"
+ AuthLDAPUrl "ldaps://<%= ldaphosts %>/ou=people,dc=apache,dc=org?uid"
AuthLDAPBindDN <%= ldapbinddn %>
AuthLDAPBindPassword "<%= ldapbindpw %>"
AuthLDAPGroupAttribute member
@@ -68,7 +68,7 @@
# 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"
+ AuthLDAPUrl "ldaps://<%= ldaphosts %>/ou=people,dc=apache,dc=org?uid"
AuthLDAPBindDN <%= ldapbinddn %>
AuthLDAPBindPassword "<%= ldapbindpw %>"
AuthLDAPGroupAttribute member