[CalendarServer-changes] [437] CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/directory/ resource.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Nov 11 11:22:46 PST 2006


Revision: 437
          http://trac.macosforge.org/projects/calendarserver/changeset/437
Author:   cdaboo at apple.com
Date:     2006-11-11 11:22:46 -0800 (Sat, 11 Nov 2006)

Log Message:
-----------
Fix after earlier merge.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/directory/resource.py

Modified: CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/directory/resource.py
===================================================================
--- CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/directory/resource.py	2006-11-11 19:22:15 UTC (rev 436)
+++ CalendarServer/branches/users/cdaboo/dropbox/twistedcaldav/directory/resource.py	2006-11-11 19:22:46 UTC (rev 437)
@@ -500,8 +500,16 @@
             return
 
         if (new):
-            principal.provisionCalendarAccount(name, None, True, None, self.calendarhomeroot,
-                                               None, ["calendar"], self.type == DirectoryTypePrincipalProvisioningResource.typeResource)
+            principal.provisionCalendarAccount(name,
+                                               None,
+                                               True,
+                                               None,
+                                               self.calendarhomeroot,
+                                               None,
+                                               None,
+                                               ["calendar"],
+                                               self.type == DirectoryTypePrincipalProvisioningResource.typeResource,
+                                               self.type == DirectoryTypePrincipalProvisioningResource.typeUser)
         
         # Add directory specific attributes to principal
         principal.setPropertyValue(realname, davxml.DisplayName)

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


More information about the calendarserver-changes mailing list