[CalendarServer-changes] [14971] CalendarServer/branches/release/CalendarServer-5.4-dev

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 16 11:39:04 PDT 2015


Revision: 14971
          http://trac.calendarserver.org//changeset/14971
Author:   cdaboo at apple.com
Date:     2015-07-16 11:39:04 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
Fix problem with missing new LDAP schema attribute.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.4-dev/conf/caldavd-test.plist
    CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/directory/test/test_ldapdirectory.py

Modified: CalendarServer/branches/release/CalendarServer-5.4-dev/conf/caldavd-test.plist
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.4-dev/conf/caldavd-test.plist	2015-07-15 17:25:10 UTC (rev 14970)
+++ CalendarServer/branches/release/CalendarServer-5.4-dev/conf/caldavd-test.plist	2015-07-16 18:39:04 UTC (rev 14971)
@@ -344,6 +344,8 @@
          <string></string>
          <key>autoScheduleAttr</key>
          <string></string>
+         <key>autoScheduleModeAttr</key>
+         <string></string>
          <key>autoScheduleEnabledValue</key>
          <string></string>
          <key>proxyAttr</key>

Modified: CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/directory/test/test_ldapdirectory.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/directory/test/test_ldapdirectory.py	2015-07-15 17:25:10 UTC (rev 14970)
+++ CalendarServer/branches/release/CalendarServer-5.4-dev/twistedcaldav/directory/test/test_ldapdirectory.py	2015-07-16 18:39:04 UTC (rev 14971)
@@ -587,6 +587,7 @@
                 "resourceSchema": {
                     "resourceInfoAttr": "apple-resource-info", # contains location/resource info
                     "autoScheduleAttr": None,
+                    "autoScheduleModeAttr": None,
                     "proxyAttr": "read-write-proxy",
                     "readOnlyProxyAttr": "read-only-proxy",
                     "autoAcceptGroupAttr": None,
@@ -803,6 +804,7 @@
                 "resourceSchema": {
                     "resourceInfoAttr": "apple-resource-info", # contains location/resource info
                     "autoScheduleAttr": None,
+                    "autoScheduleModeAttr": None,
                     "proxyAttr": None,
                     "readOnlyProxyAttr": None,
                     "autoAcceptGroupAttr": None,
@@ -1021,6 +1023,7 @@
                 "resourceSchema": {
                     "resourceInfoAttr": "apple-resource-info", # contains location/resource info
                     "autoScheduleAttr": None,
+                    "autoScheduleModeAttr": None,
                     "proxyAttr": None,
                     "readOnlyProxyAttr": None,
                     "autoAcceptGroupAttr": None,
@@ -1235,6 +1238,7 @@
                 "resourceSchema": {
                     "resourceInfoAttr": "apple-resource-info", # contains location/resource info
                     "autoScheduleAttr": None,
+                    "autoScheduleModeAttr": None,
                     "proxyAttr": None,
                     "readOnlyProxyAttr": None,
                     "autoAcceptGroupAttr": None,
@@ -1481,6 +1485,7 @@
             self.service.resourceSchema = {
                 "resourceInfoAttr" : "",
                 "autoScheduleAttr" : "auto-schedule",
+                "autoScheduleModeAttr": None,
                 "autoScheduleEnabledValue" : "yes",
                 "proxyAttr" : "proxy",
                 "readOnlyProxyAttr" : "read-only-proxy",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150716/dadf1b92/attachment.html>


More information about the calendarserver-changes mailing list