[CalendarServer-changes] [10644] CalendarServer/trunk/conf/auth

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 4 12:49:50 PST 2013


Revision: 10644
          http://trac.calendarserver.org//changeset/10644
Author:   cdaboo at apple.com
Date:     2013-02-04 12:49:49 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
Changes to support CDT tests for auto-schedule restrict to group behavior.

Modified Paths:
--------------
    CalendarServer/trunk/conf/auth/augments-test.xml
    CalendarServer/trunk/conf/auth/augments.dtd
    CalendarServer/trunk/conf/auth/resources-test.xml

Modified: CalendarServer/trunk/conf/auth/augments-test.xml
===================================================================
--- CalendarServer/trunk/conf/auth/augments-test.xml	2013-02-04 20:49:05 UTC (rev 10643)
+++ CalendarServer/trunk/conf/auth/augments-test.xml	2013-02-04 20:49:49 UTC (rev 10644)
@@ -87,6 +87,15 @@
     <auto-schedule>true</auto-schedule>
     <auto-schedule-mode>automatic</auto-schedule-mode>
   </record>
+  <record>
+    <uid>resource11</uid>
+    <enable>true</enable>
+    <enable-calendar>true</enable-calendar>
+    <enable-addressbook>true</enable-addressbook>
+    <auto-schedule>true</auto-schedule>
+    <auto-schedule-mode>decline-always</auto-schedule-mode>
+    <auto-accept-group>group01</auto-accept-group>
+  </record>
   <record repeat="10">
     <uid>group%02d</uid>
     <enable>true</enable>

Modified: CalendarServer/trunk/conf/auth/augments.dtd
===================================================================
--- CalendarServer/trunk/conf/auth/augments.dtd	2013-02-04 20:49:05 UTC (rev 10643)
+++ CalendarServer/trunk/conf/auth/augments.dtd	2013-02-04 20:49:49 UTC (rev 10644)
@@ -16,7 +16,7 @@
 
 <!ELEMENT augments (record*) >
 
-  <!ELEMENT record (uid, enable, (server-id, partition-id?)?, enable-calendar?, enable-addressbook?, auto-schedule?, auto-schedule-mode?)>
+  <!ELEMENT record (uid, enable, (server-id, partition-id?)?, enable-calendar?, enable-addressbook?, auto-schedule?, auto-schedule-mode?, auto-accept-group?)>
     <!ATTLIST record repeat CDATA "1">
 
   <!ELEMENT uid                (#PCDATA)>
@@ -27,4 +27,5 @@
   <!ELEMENT enable-addressbook (#PCDATA)>
   <!ELEMENT auto-schedule      (#PCDATA)>
   <!ELEMENT auto-schedule-mode (#PCDATA)>
+  <!ELEMENT auto-accept-group  (#PCDATA)>
 >

Modified: CalendarServer/trunk/conf/auth/resources-test.xml
===================================================================
--- CalendarServer/trunk/conf/auth/resources-test.xml	2013-02-04 20:49:05 UTC (rev 10643)
+++ CalendarServer/trunk/conf/auth/resources-test.xml	2013-02-04 20:49:49 UTC (rev 10644)
@@ -25,7 +25,7 @@
     <password>location%02d</password>
     <name>Room %02d</name>
   </location>
-  <resource repeat="10">
+  <resource repeat="20">
     <uid>resource%02d</uid>
     <guid>resource%02d</guid>
     <password>resource%02d</password>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130204/c6f49b0c/attachment.html>


More information about the calendarserver-changes mailing list