This is an automated email from the ASF dual-hosted git repository.
rubys 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 569fbd4 switch to new LDAP server naming scheme
569fbd4 is described below
commit 569fbd4d64fae4583e193b3f8bcb99889bfe706f
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Feb 24 15:09:05 2018 -0500
switch to new LDAP server naming scheme
---
lib/whimsy/asf/ldap.rb | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index f8b5c14..a277fd7 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -44,16 +44,18 @@ module ASF
@@weakrefs = Set.new
module LDAP
- # Derived from the following sources:
+ # see https://s.apache.org/IWu8
+ # Previously derived from the following sources:
# *
https://github.com/apache/infrastructure-puppet/blob/deployment/data/common.yaml
(ldapserver::slapd_peers)
# Updated 2018-02-24
RO_HOSTS = %w(
- ldaps://ldap1-ec2-va.apache.org:636
- ldaps://ldap1-il-eu.apache.org:636
- ldaps://ldap2-lw-us.apache.org:636
+ ldaps://ldap-us-ro.apache.org:636
+ ldaps://ldap-eu-ro.apache.org:636
)
- RW_HOSTS = RO_HOSTS
+ RW_HOSTS = %w(
+ ldaps://ldap-master.apache.org:636
+ )
# Mutex preventing simultaneous connections to LDAP from a single process
CONNECT_LOCK = Mutex.new
--
To stop receiving notification emails like this one, please contact
[email protected].