[CalendarServer-changes] [484] CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/ directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 15 18:53:09 PST 2006


Revision: 484
          http://trac.macosforge.org/projects/calendarserver/changeset/484
Author:   wsanchez at apple.com
Date:     2006-11-15 18:53:09 -0800 (Wed, 15 Nov 2006)

Log Message:
-----------
Fix a call to super()

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

Modified: CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/appleopendirectory.py	2006-11-16 02:37:37 UTC (rev 483)
+++ CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/appleopendirectory.py	2006-11-16 02:53:09 UTC (rev 484)
@@ -212,7 +212,7 @@
         if isinstance(credentials, UsernamePassword):
             return opendirectory.authenticateUser(self.service.directory, self.shortName, credentials.password)
 
-        return super(OpenDirectoryInitError, self).verifyCredentials(credentials)
+        return super(OpenDirectoryRecord, self).verifyCredentials(credentials)
 
 class OpenDirectoryInitError(DirectoryError):
     """

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


More information about the calendarserver-changes mailing list