[CalendarServer-changes] [2122] CalendarServer/branches/users/cdaboo/server2server-2113/ twistedcaldav/directory/calendar.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 4 15:33:21 PST 2008


Revision: 2122
          http://trac.macosforge.org/projects/calendarserver/changeset/2122
Author:   cdaboo at apple.com
Date:     2008-02-04 15:33:15 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Undo last change in r2121 - there is a better way to do this.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/directory/calendar.py

Modified: CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/directory/calendar.py
===================================================================
--- CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/directory/calendar.py	2008-02-04 23:23:30 UTC (rev 2121)
+++ CalendarServer/branches/users/cdaboo/server2server-2113/twistedcaldav/directory/calendar.py	2008-02-04 23:33:15 UTC (rev 2122)
@@ -304,19 +304,6 @@
                 ),
             )
 
-        if config.FreeBusyURL["Anonymous Access"]:
-            aces += (
-                # Inheritable CALDAV:read-free-busy access for unauthenticated principals.
-                davxml.ACE(
-                    davxml.Principal(davxml.Unauthenticated()),
-                    davxml.Grant(
-                        davxml.Grant(davxml.Privilege(caldavxml.ReadFreeBusy())),
-                    ),
-                    davxml.Protected(),
-                    TwistedACLInheritable(),
-                ),
-            )
-
         return davxml.ACL(*aces)
 
     def principalCollections(self):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080204/2dee299b/attachment.html


More information about the calendarserver-changes mailing list