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/09/07 01:14:06 UTC

[whimsy] branch master updated: start to configure secmail for mac osx

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  c2eb545   start to configure secmail for mac osx
c2eb545 is described below

commit c2eb545f977fccda44808d1fe075536ea8eeb503
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 6 21:13:45 2016 -0400

    start to configure secmail for mac osx
---
 config/whimsy.conf    | 20 ++++++++++++++++++++
 www/secmail/config.rb |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index c0c124a..abd884e 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -96,6 +96,26 @@
     Require ldap-group cn=committers,ou=groups,dc=apache,dc=org
   </Directory>
 
+  Alias /secmail/ /Users/rubys/git/whimsy/www/secmail/public
+
+  <Location /secmail>
+    PassengerBaseURI /secmail
+    PassengerAppRoot /Users/rubys/git/whimsy/www/secmail
+    Options -MultiViews
+    # CheckSpelling Off
+    # SetEnv HTTPS on
+  </Location>
+
+  <Directory /Users/rubys/git/whimsy/www/secmail>
+    AuthType Basic
+    AuthName "ASF Committers"
+    AuthBasicProvider ldap
+    AuthLDAPUrl "ldaps://ldap-lb-us.apache.org:636 ldap1-us-west.apache.org:636/ou=people,dc=apache,dc=org?uid"
+    AuthLDAPGroupAttribute memberUid
+    AuthLDAPGroupAttributeIsDN off
+    Require ldap-group cn=committers,ou=groups,dc=apache,dc=org
+  </Directory>
+
   # for secretary workbench
   Alias /members/received /srv/secretary/workbench/documents/received
   <Directory /srv/secretary/workbench/documents/received>
diff --git a/www/secmail/config.rb b/www/secmail/config.rb
index b433b82..be2bca7 100644
--- a/www/secmail/config.rb
+++ b/www/secmail/config.rb
@@ -3,7 +3,7 @@
 #
 
 if Dir.exist? '/srv/mail'
-  SOURCE = 'whimsy-vm2.apache.org:/srv/mail'
+  SOURCE = 'whimsy-vm3.apache.org:/srv/mail'
   ARCHIVE = '/srv/mail/secretary'
 else
   SOURCE = 'minotaur.apache.org:/home/apmail/private-arch/officers-secretary'

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