[CalendarServer-changes] [3434] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 2 07:59:03 PST 2008


Revision: 3434
          http://trac.macosforge.org/projects/calendarserver/changeset/3434
Author:   cdaboo at apple.com
Date:     2008-12-02 07:59:02 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
Removed unneeded defaults from caldavd.plist. Changed default to prevent groups from scheduling.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/conf/caldavd.plist
    CalendarServer/trunk/twistedcaldav/config.py
    CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2008-12-02 05:22:34 UTC (rev 3433)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2008-12-02 15:59:02 UTC (rev 3434)
@@ -550,7 +550,7 @@
 	  <key>Options</key>
 	  <dict>
         <key>AllowGroupAsOrganizer</key>
-        <true/>
+        <false/>
         <key>AllowLocationAsOrganizer</key>
         <false/>
         <key>AllowResourceAsOrganizer</key>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2008-12-02 05:22:34 UTC (rev 3433)
+++ CalendarServer/trunk/conf/caldavd.plist	2008-12-02 15:59:02 UTC (rev 3434)
@@ -419,17 +419,6 @@
         </array>
       </dict>
 
-	  <!-- General options for scheduling -->
-	  <key>Options</key>
-	  <dict>
-        <key>AllowGroupAsOrganizer</key>
-        <true/>
-        <key>AllowLocationAsOrganizer</key>
-        <false/>
-        <key>AllowResourceAsOrganizer</key>
-        <false/>
-       </dict>
-
     </dict>
 
 

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-12-02 05:22:34 UTC (rev 3433)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-12-02 15:59:02 UTC (rev 3434)
@@ -276,7 +276,7 @@
         },
 
         "Options" : {
-            "AllowGroupAsOrganizer"      : True,  # Allow groups to be Organizers
+            "AllowGroupAsOrganizer"      : False, # Allow groups to be Organizers
             "AllowLocationAsOrganizer"   : False, # Allow locations to be Organizers
             "AllowResourceAsOrganizer"   : False, # Allow resources to be Organizers
         }

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py	2008-12-02 05:22:34 UTC (rev 3433)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_principal.py	2008-12-02 15:59:02 UTC (rev 3434)
@@ -218,7 +218,6 @@
         
         ok_types = (
             DirectoryService.recordType_users,
-            DirectoryService.recordType_groups,
         )
         for provisioningResource, recordType, recordResource, record in self._allRecords():
             
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081202/976d556a/attachment.html>


More information about the calendarserver-changes mailing list