[CalendarServer-changes] [996] PyOpenDirectory/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 9 12:07:16 PST 2007


Revision: 996
          http://trac.macosforge.org/projects/calendarserver/changeset/996
Author:   cdaboo at apple.com
Date:     2007-01-09 12:07:15 -0800 (Tue, 09 Jan 2007)

Log Message:
-----------
docstring fix.

Modified Paths:
--------------
    PyOpenDirectory/trunk/pysrc/opendirectory.py
    PyOpenDirectory/trunk/src/PythonWrapper.cpp

Modified: PyOpenDirectory/trunk/pysrc/opendirectory.py
===================================================================
--- PyOpenDirectory/trunk/pysrc/opendirectory.py	2007-01-09 04:31:56 UTC (rev 995)
+++ PyOpenDirectory/trunk/pysrc/opendirectory.py	2007-01-09 20:07:15 UTC (rev 996)
@@ -45,7 +45,7 @@
     Authenticate a user with a password to Open Directory.
     
     @param obj: C{object} the object obtained from an odInit call.
-    @param user: C{str} container the user to check.
+    @param user: C{str} the user identifier/directory record name to check.
     @param pswd: C{str} containing the password to check.
     @return: C{True} if the user was found, C{False} otherwise.
     """
@@ -55,7 +55,7 @@
     Authenticate using HTTP Digest credentials to Open Directory.
     
     @param obj: C{object} the object obtained from an odInit call.
-    @param user: C{str} container the user to check.
+    @param user: C{str} the user identifier/directory record name to check.
     @param challenge: C{str} the HTTP challenge sent to the client.
     @param response: C{str} the HTTP response sent from the client.
     @param method: C{str} the HTTP method being used.

Modified: PyOpenDirectory/trunk/src/PythonWrapper.cpp
===================================================================
--- PyOpenDirectory/trunk/src/PythonWrapper.cpp	2007-01-09 04:31:56 UTC (rev 995)
+++ PyOpenDirectory/trunk/src/PythonWrapper.cpp	2007-01-09 20:07:15 UTC (rev 996)
@@ -350,7 +350,7 @@
 	Authenticate a user with a password to Open Directory.
 	
 	@param obj: C{object} the object obtained from an odInit call.
-	@param user: C{str} container the user to check.
+    @param user: C{str} the user identifier/directory record name to check.
 	@param pswd: C{str} containing the password to check.
 	@return: C{True} if the user was found, C{False} otherwise.
 	"""
@@ -390,7 +390,7 @@
     Authenticate using HTTP Digest credentials to Open Directory.
     
     @param obj: C{object} the object obtained from an odInit call.
-	@param user: C{str} container the user to check.
+	@param user: C{str} the user identifier/directory record name to check.
     @param challenge: C{str} the HTTP challenge sent to the client.
     @param response: C{str} the HTTP response sent from the client.
     @param method: C{str} the HTTP method being used.

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


More information about the calendarserver-changes mailing list