You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/09 21:33:58 UTC

[whimsy] branch master updated: update example LDAP machine name

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  dd69299   update example LDAP machine name
dd69299 is described below

commit dd692991d8b2fc27117625368b2cbca5d0e97972
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Aug 9 17:33:11 2016 -0400

    update example LDAP machine name
---
 DEVELOPMENT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 6e5dc2e..e9a11c9 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -83,12 +83,12 @@ Skip this section if you are running a Docker container or a Vagrant VM.
  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-us-east.apache.org:636`
+        `uri     ldaps://ldap1-lw-us.apache.org:636`
 
  2. A `TLS_CACERT` can be obtained via either of the following commands:
 
         `ruby -r whimsy/asf -e "puts ASF::LDAP.cert"`<br/>
-        `openssl s_client -connect ldap1-us-east.apache.org:636 </dev/null`
+        `openssl s_client -connect ldap1-lw-us.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

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].