[CalendarServer-changes] [6571] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 4 15:19:54 PDT 2010


Revision: 6571
          http://trac.macosforge.org/projects/calendarserver/changeset/6571
Author:   sagen at apple.com
Date:     2010-11-04 15:19:50 -0700 (Thu, 04 Nov 2010)
Log Message:
-----------
Making the new PyObjC OpenDirectory.framework the default (replacing PyOpenDirectory).  If you need to go back to PyOpenDirectory, set "OpenDirectoryModule" to "opendirectory" in caldavd.plist.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-11-04 21:41:05 UTC (rev 6570)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-11-04 22:19:50 UTC (rev 6571)
@@ -604,7 +604,7 @@
     # DirectoryService.framework)
     # "calendarserver.od.opendirectory" is the new PyObjC version which uses
     # OpenDirectory.framework
-    "OpenDirectoryModule": "opendirectory",
+    "OpenDirectoryModule": "calendarserver.od.opendirectory",
 
     "Includes": [],     # Other plists to parse after this one
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101104/7d37cd2a/attachment.html>


More information about the calendarserver-changes mailing list