Update of /cvsroot/perl-ldap/sasl/lib/Authen
In directory sc8-pr-cvs1:/tmp/cvs-serv22972/lib/Authen
Modified Files:
SASL.pod
Log Message:
Update docs to reflect that client_start and client_step return an emtpy list on error
Index: SASL.pod
===================================================================
RCS file: /cvsroot/perl-ldap/sasl/lib/Authen/SASL.pod,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- SASL.pod 24 Jan 2002 12:04:16 -0000 1.1.1.1
+++ SASL.pod 17 Oct 2003 20:16:19 -0000 1.2
@@ -76,12 +76,14 @@
=item client_start
-The initial step to be performed. Returns the initial value to pass to the server.
+The initial step to be performed. Returns the initial value to pass to the server
+or an empty list on error.
=item client_step CHALLENGE
This method is called when a response from the server requires it. CHALLENGE
-is the value from the server. Returns the next value to pass to the server.
+is the value from the server. Returns the next value to pass to the server or an
+empty list on error.
=item property NAME
|