[CalendarServer-changes] [409] CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/ directory/cred.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 9 14:24:29 PST 2006


Revision: 409
          http://trac.macosforge.org/projects/calendarserver/changeset/409
Author:   wsanchez at apple.com
Date:     2006-11-09 14:24:28 -0800 (Thu, 09 Nov 2006)

Log Message:
-----------


Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py

Modified: CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py	2006-11-09 22:20:18 UTC (rev 408)
+++ CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py	2006-11-09 22:24:28 UTC (rev 409)
@@ -48,13 +48,11 @@
     def requestAvatarId(self, credentials):
         credentials = IPrincipalCredentials(credentials)
 
-        # FIXME:
-        # Were checking if principal is enabled; seems unnecessary in current
+        # FIXME: ?
+        # We were checking if principal is enabled; seems unnecessary in current
         # implementation because you shouldn't have a principal object for a
         # disabled directory principal.
 
-        print "*"*10, repr(credentials)
-
         user = self.service.recordWithShortName("user", credentials.credentials.username)
         if user is None:
             raise UnauthorizedLogin("No such user: %s" % (user,))

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


More information about the calendarserver-changes mailing list