[CalendarServer-changes] [6565] CalendarServer/trunk/calendarserver/od/opendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 3 15:27:00 PDT 2010


Revision: 6565
          http://trac.macosforge.org/projects/calendarserver/changeset/6565
Author:   sagen at apple.com
Date:     2010-11-03 15:26:57 -0700 (Wed, 03 Nov 2010)
Log Message:
-----------
Removing unused AD digest auth methods

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/od/opendirectory.py

Modified: CalendarServer/trunk/calendarserver/od/opendirectory.py
===================================================================
--- CalendarServer/trunk/calendarserver/od/opendirectory.py	2010-11-03 22:06:10 UTC (rev 6564)
+++ CalendarServer/trunk/calendarserver/od/opendirectory.py	2010-11-03 22:26:57 UTC (rev 6565)
@@ -298,29 +298,6 @@
         raise ODError(error)
     return result
 
-
-
-def authenticateUserDigestToActiveDirectory(obj, nodeName, user, response):
-    """
-    Authenticate using HTTP Digest credentials to an Active Directory node, 
-    exported by Open Diretory
-
-    @param obj: C{object} the object obtained from an odInit call.
-    @param nodeName: C{str} the directory nodeName for the record to check.
-    @param user: C{str} the user identifier/directory record name to check.
-    @param response: C{str} the HTTP response sent from the client.
-    @return: C{True} if the user was found, C{False} otherwise.
-    """
-
-def getDigestMD5ChallengeFromActiveDirectory(obj, nodeName):
-    """
-    Get an DigestMD5 challenge from Active Directory
-
-    @param obj: C{object} the object obtained from an odInit call.
-    @param nodeName: C{str} the directory nodeName for the record to check.
-    @return: C{string} containing the challenge
-    """
-
 class ODError(Exception):
     """
     Exceptions from DirectoryServices errors.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101103/9fb8f8ef/attachment.html>


More information about the calendarserver-changes mailing list