[CalendarServer-changes] [13726] CalendarServer/trunk/txdav/who/util.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 3 15:48:36 PDT 2014


Revision: 13726
          http://trac.calendarserver.org//changeset/13726
Author:   sagen at apple.com
Date:     2014-07-03 15:48:36 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
Configure LDAP for locations, resources, addresses

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/util.py

Modified: CalendarServer/trunk/txdav/who/util.py
===================================================================
--- CalendarServer/trunk/txdav/who/util.py	2014-07-03 22:48:02 UTC (rev 13725)
+++ CalendarServer/trunk/txdav/who/util.py	2014-07-03 22:48:36 UTC (rev 13726)
@@ -168,6 +168,24 @@
                         ),
                     ),
 
+                    CalRecordType.location: RecordTypeSchema(
+                        relativeDN=u"ou=places",
+
+                        attributes=(),
+                    ),
+
+                    CalRecordType.resource: RecordTypeSchema(
+                        relativeDN=u"ou=resources",
+
+                        attributes=(),
+                    ),
+
+                    CalRecordType.address: RecordTypeSchema(
+                        relativeDN=u"ou=buildings",
+
+                        attributes=(),
+                    ),
+
                 })
             )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140703/2b82e704/attachment-0001.html>


More information about the calendarserver-changes mailing list