[CalendarServer-changes] [5700] CalendarServer/trunk/conf/caldavd-apple.plist

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 8 12:55:59 PDT 2010


Revision: 5700
          http://trac.macosforge.org/projects/calendarserver/changeset/5700
Author:   sagen at apple.com
Date:     2010-06-08 12:55:55 -0700 (Tue, 08 Jun 2010)
Log Message:
-----------
Don't enable CardDAV in default CalDAV service; it's handled by AddressBook server.

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2010-06-08 18:23:38 UTC (rev 5699)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2010-06-08 19:55:55 UTC (rev 5700)
@@ -34,6 +34,12 @@
     <key>ServerHostName</key>
     <string></string> <!-- The hostname clients use when connecting -->
 
+    <key>EnableCalDAV</key>
+    <true/>
+
+    <key>EnableCardDAV</key>
+    <false/>
+
     <!-- HTTP port [0 = disable HTTP] -->
     <key>HTTPPort</key>
     <integer>8008</integer>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100608/55d44086/attachment-0001.html>


More information about the calendarserver-changes mailing list