From: Quanah Gibson-Mount Date: Thu, 6 Jan 2011 19:50:30 +0000 (+0000) Subject: Note that ldap_sasl_interactive_bind() will be forced to synchronously X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a26c4d0e5ff81992feff8df6192ba935067e7cd;p=openldap Note that ldap_sasl_interactive_bind() will be forced to synchronously query the server for mechanisms if not supplied by the caller. --- diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 009f3697dc..ea47b3b51f 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -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