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 7bba564  Note re: eu LDAP server
7bba564 is described below

commit 7bba56407d3e34f1239978ac5b77ef034e0dfa65
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 13 17:44:39 2021 +0100

    Note re: eu LDAP server
---
 MACOSX.md | 6 ++++++
 UBUNTU.md | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/MACOSX.md b/MACOSX.md
index c1e3afa..b391bf9 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -439,6 +439,12 @@ Copy whimsy vhost definition to your apache2 configuration:
 sudo cp /srv/whimsy/config/whimsy.conf /private/etc/apache2/other
 ```
 
+Note: if you reside outside North America you may wish to use the EU LDAP 
server
+by changing the references in the whimsy.conf file from
+ldaps://ldap-us-ro.apache.org:636/
+to
+ldaps://ldap-eu-ro.apache.org:636/
+
 Restart Apache httpd using `sudo apachectl restart`.
 
 Verify:
diff --git a/UBUNTU.md b/UBUNTU.md
index d0ab87e..93def59 100644
--- a/UBUNTU.md
+++ b/UBUNTU.md
@@ -41,6 +41,13 @@ like the following:
     sudo a2enmod authnz_ldap cgid expires headers proxy_http
     sudo a2enmod proxy proxy_wstunnel rewrite speling
     sudo cp /srv/whimsy/config/whimsy.conf /etc/apache2/sites-available
+
+    Note: if you reside outside North America you may wish to use the EU LDAP 
server
+    by changing the references in the whimsy.conf file from
+    ldaps://ldap-us-ro.apache.org:636/
+    to
+    ldaps://ldap-eu-ro.apache.org:636/
+
     sudo cp /srv/whimsy/config/25-authz_ldap_group_membership.conf 
/etc/apache2/conf-available
     sudo a2ensite whimsy
     sudo a2enconf 25-authz_ldap_group_membership

Reply via email to