From: Quanah Gibson-Mount Date: Sun, 23 Apr 2017 22:30:07 +0000 (-0700) Subject: ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds... X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fba60ab2ed416507a562c956a03b4d0ac08619cc;p=openldap ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds via the LDAP_SASL_SIMPLE mechanism --- diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 80de4f51f3..5f1c2391f8 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -112,6 +112,12 @@ taking the same parameters but only initiating the bind operation and returning the message id of the request it sent. The result of the operation can be obtained by a subsequent call to .BR ldap_result (3). +The +.B ldap_sasl_bind_s() +and asynchronous +.B ldap_sasl_bind() +functions can also be used to make a simple bind by using +LDAP_SASL_SIMPLE as the SASL mechanism. .SH GENERAL AUTHENTICATION The .B ldap_bind()