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 f3526bc update LDAP server names
f3526bc is described below
commit f3526bc20a1e70f43bf8b454316b9b8b02c5ea65
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Jan 23 08:57:11 2018 -0500
update LDAP server names
---
lib/whimsy/asf/ldap.rb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index f4b5b76..845d153 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -45,14 +45,14 @@ module ASF
module LDAP
# Derived from the following sources:
- # * https://www.pingmybox.com/dashboard?location=304
# *
https://github.com/apache/infrastructure-puppet/blob/deployment/data/common.yaml
(ldapserver::slapd_peers)
- # Updated 2017-08-01
+ # Updated 2018-01-23
HOSTS = %w(
- ldaps://themis.apache.org:636
- ldaps://ldap1-lw-us.apache.org:636
- ldaps://ldap1-lw-eu.apache.org:636
- ldaps://devops.apache.org:636
+ ldap1-lw-us.apache.org:636
+ ldap1-lw-eu.apache.org:636
+ ldap1-ec2-va.apache.org:636
+ ldap1-il-eu.apache.org:636
+ ldap2-lw-us.apache.org:636
)
# Mutex preventing simultaneous connections to LDAP from a single process
--
To stop receiving notification emails like this one, please contact
[email protected].