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

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 15 13:52:43 PDT 2014


Revision: 13880
          http://trac.calendarserver.org//changeset/13880
Author:   sagen at apple.com
Date:     2014-08-15 13:52:43 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
recordTypes is required

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2014-08-15 20:14:56 UTC (rev 13879)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2014-08-15 20:52:43 UTC (rev 13880)
@@ -208,12 +208,17 @@
     <key>DirectoryService</key>
     <dict>
       <key>type</key>
-      <string>twistedcaldav.directory.appleopendirectory.OpenDirectoryService</string>
+      <string>opendirectory</string>
 
       <key>params</key>
       <dict>
         <key>node</key>
         <string>/Search</string>
+        <key>recordTypes</key>
+        <array>
+          <string>users</string>
+          <string>groups</string>
+        </array>
       </dict>
     </dict>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140815/13598369/attachment.html>


More information about the calendarserver-changes mailing list