]> git.sur5r.net Git - openldap/commitdiff
Note that ldap_sasl_interactive_bind() will be forced to synchronously
authorHoward Chu <hyc@openldap.org>
Wed, 5 Jan 2011 00:53:27 +0000 (00:53 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 5 Jan 2011 00:53:27 +0000 (00:53 +0000)
query the server for mechanisms if not supplied by the caller.

doc/man/man3/ldap_bind.3

index 009f3697dc6f6cbdea1b960113a0451bd67aa133..ea47b3b51fdd254beba7614ead12f5266d8bbb92 100644 (file)
@@ -222,7 +222,11 @@ See the Cyrus SASL documentation for more details.
 .LP
 Applications which need to manage connections asynchronously may use
 .BR ldap_sasl_interactive_bind ()
-instead of the synchronous version. The parameters are the same as
+instead of the synchronous version.
+A valid mechs parameter must be supplied, otherwise the library will
+be forced to query the server for a list of supported mechanisms,
+and this query will be performed synchronously.
+The other parameters are the same as
 for the synchronous function, with three additional parameters.
 The actual SASL mechanism that was used, and the message ID for use
 with