[CalendarServer-changes] [2386] CalendarServer/branches/users/wsanchez/logging/twistedcaldav/ accounting.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 7 13:41:21 PDT 2008


Revision: 2386
          http://trac.macosforge.org/projects/calendarserver/changeset/2386
Author:   wsanchez at apple.com
Date:     2008-05-07 13:41:21 -0700 (Wed, 07 May 2008)

Log Message:
-----------
"*" = everyone

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/logging/twistedcaldav/accounting.py

Modified: CalendarServer/branches/users/wsanchez/logging/twistedcaldav/accounting.py
===================================================================
--- CalendarServer/branches/users/wsanchez/logging/twistedcaldav/accounting.py	2008-05-07 20:41:09 UTC (rev 2385)
+++ CalendarServer/branches/users/wsanchez/logging/twistedcaldav/accounting.py	2008-05-07 20:41:21 UTC (rev 2386)
@@ -53,6 +53,9 @@
     """
     enabledPrincipalURIs = config.AccountingPrincipals
 
+    if "*" in enabledPrincipalURIs:
+        return True
+
     if principal.principalURL() in enabledPrincipalURIs:
         return True
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080507/1e202b4e/attachment.html


More information about the calendarserver-changes mailing list