[CalendarServer-changes] [13151] CalendarServer/branches/users/sagen/move2who-4/conf/auth

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 3 18:36:18 PDT 2014


Revision: 13151
          http://trac.calendarserver.org//changeset/13151
Author:   sagen at apple.com
Date:     2014-04-03 18:36:18 -0700 (Thu, 03 Apr 2014)
Log Message:
-----------
Add delegatedroom

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/conf/auth/generate_test_accounts.py
    CalendarServer/branches/users/sagen/move2who-4/conf/auth/proxies-test.xml
    CalendarServer/branches/users/sagen/move2who-4/conf/auth/resources-test.xml

Modified: CalendarServer/branches/users/sagen/move2who-4/conf/auth/generate_test_accounts.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/conf/auth/generate_test_accounts.py	2014-04-03 23:47:59 UTC (rev 13150)
+++ CalendarServer/branches/users/sagen/move2who-4/conf/auth/generate_test_accounts.py	2014-04-04 01:36:18 UTC (rev 13151)
@@ -147,6 +147,12 @@
     <street-address>2 Infinite Loop, Cupertino, CA 95014</street-address>
     <geographic-location>37.332633,-122.030502</geographic-location>
   </record>
+  <record type="location">
+    <short-name>delegatedroom</short-name>
+    <uid>delegatedroom</uid>
+    <full-name>Delegated Conference Room</full-name>
+  </record>
+
 """)
 
 for i in xrange(1, 101):
@@ -310,6 +316,10 @@
         "proxies": (USERGUIDS % 1,),
         "read-only-proxies": (USERGUIDS % 3,),
     }),
+    ("delegatedroom", {
+        "proxies": (GROUPGUIDS % 5,),
+        "read-only-proxies": (),
+    }),
 )
 
 for uid, settings in proxies:

Modified: CalendarServer/branches/users/sagen/move2who-4/conf/auth/proxies-test.xml
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/conf/auth/proxies-test.xml	2014-04-03 23:47:59 UTC (rev 13150)
+++ CalendarServer/branches/users/sagen/move2who-4/conf/auth/proxies-test.xml	2014-04-04 01:36:18 UTC (rev 13151)
@@ -107,4 +107,12 @@
     <member>10000000-0000-0000-0000-000000000003</member>
     </read-only-proxies>
 </record>
+<record>
+    <guid>delegatedroom</guid>
+    <proxies>
+    <member>20000000-0000-0000-0000-000000000005</member>
+    </proxies>
+    <read-only-proxies>
+    </read-only-proxies>
+</record>
 </proxies>

Modified: CalendarServer/branches/users/sagen/move2who-4/conf/auth/resources-test.xml
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/conf/auth/resources-test.xml	2014-04-03 23:47:59 UTC (rev 13150)
+++ CalendarServer/branches/users/sagen/move2who-4/conf/auth/resources-test.xml	2014-04-04 01:36:18 UTC (rev 13151)
@@ -44,6 +44,12 @@
     <street-address>2 Infinite Loop, Cupertino, CA 95014</street-address>
     <geographic-location>37.332633,-122.030502</geographic-location>
   </record>
+  <record type="location">
+    <short-name>delegatedroom</short-name>
+    <uid>delegatedroom</uid>
+    <full-name>Delegated Conference Room</full-name>
+  </record>
+
 <record type="location">
     <short-name>location01</short-name>
     <uid>30000000-0000-0000-0000-000000000001</uid>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140403/16609212/attachment-0001.html>


More information about the calendarserver-changes mailing list