[CalendarServer-changes] [5060] CalendarServer/branches/users/sagen/locations-resources-2/conf/ caldavd-apple.plist

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 8 14:05:32 PST 2010


Revision: 5060
          http://trac.macosforge.org/projects/calendarserver/changeset/5060
Author:   sagen at apple.com
Date:     2010-02-08 14:05:30 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
Adds resource service to default plist

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/locations-resources-2/conf/caldavd-apple.plist

Modified: CalendarServer/branches/users/sagen/locations-resources-2/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/branches/users/sagen/locations-resources-2/conf/caldavd-apple.plist	2010-02-08 22:00:36 UTC (rev 5059)
+++ CalendarServer/branches/users/sagen/locations-resources-2/conf/caldavd-apple.plist	2010-02-08 22:05:30 UTC (rev 5060)
@@ -155,10 +155,36 @@
         <string></string>
         <key>cacheTimeout</key>
         <integer>30</integer>
+        <key>recordTypes</key>
+        <array>
+            <string>groups</string>
+            <string>users</string>
+        </array>
       </dict>
     </dict>
 
 
+    <!-- Resource and Locations service -->
+    <key>ResourceService</key>
+    <dict>
+      <key>Enabled</key>
+      <true/>
+      <key>type</key>
+      <string>twistedcaldav.directory.xmlfile.XMLDirectoryService</string>
+
+      <key>params</key>
+      <dict>
+        <key>xmlFile</key>
+        <string>/Library/CalendarServer/Data/resources.xml</string>
+        <key>recordTypes</key>
+        <array>
+            <string>locations</string>
+            <string>resources</string>
+        </array>
+      </dict>
+    </dict>
+
+
     <!--
         Augment service
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100208/93b49dd3/attachment.html>


More information about the calendarserver-changes mailing list