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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 7 00:07:19 PDT 2009


Revision: 4202
          http://trac.macosforge.org/projects/calendarserver/changeset/4202
Author:   sagen at apple.com
Date:     2009-05-07 00:07:12 -0700 (Thu, 07 May 2009)
Log Message:
-----------
Switching the plists back to appleopendirectory (the new on-demand implementation)

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2009-05-07 06:45:44 UTC (rev 4201)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2009-05-07 07:07:12 UTC (rev 4202)
@@ -138,7 +138,7 @@
     <key>DirectoryService</key>
     <dict>
       <key>type</key>
-      <string>twistedcaldav.directory.cachingappleopendirectory.OpenDirectoryService</string>
+      <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
       
       <key>params</key>
       <dict>

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2009-05-07 06:45:44 UTC (rev 4201)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2009-05-07 07:07:12 UTC (rev 4202)
@@ -134,7 +134,7 @@
     <key>DirectoryService</key>
     <dict>
       <key>type</key>
-      <string>twistedcaldav.directory.cachingappleopendirectory.OpenDirectoryService</string>
+      <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
       
       <key>params</key>
       <dict>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2009-05-07 06:45:44 UTC (rev 4201)
+++ CalendarServer/trunk/conf/caldavd.plist	2009-05-07 07:07:12 UTC (rev 4202)
@@ -137,7 +137,7 @@
     <key>DirectoryService</key>
     <dict>
       <key>type</key>
-      <string>twistedcaldav.directory.cachingappleopendirectory.OpenDirectoryService</string>
+      <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
       
       <key>params</key>
       <dict>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090507/b269821a/attachment.html>


More information about the calendarserver-changes mailing list