[CalendarServer-changes] [3042] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ extensions.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 24 09:50:42 PDT 2008


Revision: 3042
          http://trac.macosforge.org/projects/calendarserver/changeset/3042
Author:   wsanchez at apple.com
Date:     2008-09-24 09:50:41 -0700 (Wed, 24 Sep 2008)
Log Message:
-----------
Pull up faulting fix from r3012

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/extensions.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/extensions.py	2008-09-24 16:45:23 UTC (rev 3041)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/extensions.py	2008-09-24 16:50:41 UTC (rev 3042)
@@ -158,7 +158,7 @@
                     raise HTTPError(responsecode.FORBIDDEN)
                 else:
                     authzPrincipal = getPrincipalForType(
-                        DirectoryService.recordType_groups, authz)
+                        DirectoryService.recordType_users, authz)
 
                     if not authzPrincipal:
                         authzPrincipal = self.findPrincipalForAuthID(authz)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080924/a930e281/attachment-0001.html 


More information about the calendarserver-changes mailing list