[CalendarServer-changes] [3156] CalendarServer/trunk/conf

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 15 16:35:51 PDT 2008


Revision: 3156
          http://trac.macosforge.org/projects/calendarserver/changeset/3156
Author:   wsanchez at apple.com
Date:     2008-10-15 16:35:51 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------
Put wiki auth config snippet in default config

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/conf/caldavd.plist

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2008-10-15 23:29:16 UTC (rev 3155)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2008-10-15 23:35:51 UTC (rev 3156)
@@ -263,7 +263,7 @@
         <string></string>
       </dict>
 
-      <!-- Wikiserver authentication -->
+      <!-- Wikiserver authentication (Mac OS X) -->
       <key>Wiki</key>
       <dict>
         <key>Enabled</key>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2008-10-15 23:29:16 UTC (rev 3155)
+++ CalendarServer/trunk/conf/caldavd.plist	2008-10-15 23:35:51 UTC (rev 3156)
@@ -214,6 +214,19 @@
         <string></string>
       </dict>
 
+      <!-- Wikiserver authentication (Mac OS X) -->
+      <key>Wiki</key>
+      <dict>
+        <key>Enabled</key>
+        <false/>
+        <key>Cookie</key>
+        <string>sessionID</string>
+        <key>URL</key>
+        <string>http://127.0.0.1/RPC2</string>
+        <key>method</key>
+        <string>userForSession</string>
+      </dict>
+
     </dict>
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081015/b071843e/attachment.html 


More information about the calendarserver-changes mailing list