[CalendarServer-changes] [11392] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 21 12:26:51 PDT 2013


Revision: 11392
          http://trac.calendarserver.org//changeset/11392
Author:   sagen at apple.com
Date:     2013-06-21 12:26:50 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
Agent needs EnableCalDAV+EnableCardDAV to be on -- the plist might have them both off, but the store won't launch in that configuration.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2013-06-21 19:26:04 UTC (rev 11391)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2013-06-21 19:26:50 UTC (rev 11392)
@@ -1245,6 +1245,8 @@
         # moment
         config.Memcached.Pools.Default.ClientEnabled = False
 
+        config.EnableCalDAV = config.EnableCardDAV = True
+
         def agentServiceCreator(pool, store, ignored):
             return makeAgentService(store)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130621/5a317f39/attachment.html>


More information about the calendarserver-changes mailing list