You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/04/12 10:07:40 UTC

[whimsy] branch master updated: ldap1-lw-us.apache no longer works

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 0ea8048  ldap1-lw-us.apache no longer works
0ea8048 is described below

commit 0ea80487ef47351ce10ef41ca5d3b154d6e245a2
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 12 11:07:34 2018 +0100

    ldap1-lw-us.apache no longer works
---
 DEVELOPMENT.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 5c7475c..6eda020 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -110,13 +110,13 @@ This section is for those desiring to run a whimsy tool on their own machine.
 
     1. The model code determines what host and port to connect to by parsing
       either `/etc/ldap/ldap.conf` or `/etc/openldap/ldap.conf` for a line that
-      looks like the following:
-        `uri     ldaps://ldap1-lw-us.apache.org:636`
+      looks like the following (the host name may be different):
+        `uri     ldaps://ldap-us-ro.apache.org:636`
 
     2. A `TLS_CACERT` can be obtained via either of the following commands:
 
         - `ruby -r whimsy/asf -e "puts ASF::LDAP.extract_cert"`
-        - `openssl s_client -connect ldap1-lw-us.apache.org:636 </dev/null`
+        - `openssl s_client -connect ldap-us-ro.apache.org:636 </dev/null`
 
       Copy from `BEGIN` to `END` inclusive into the file `/etc/ldap/asf-ldap-client.pem`.
       Point to the file in `/etc/ldap/ldap.conf` with a line like the following:

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.