]> git.sur5r.net Git - openldap/commitdiff
ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds...
authorQuanah Gibson-Mount <quanah@openldap.org>
Sun, 23 Apr 2017 22:30:07 +0000 (15:30 -0700)
committerQuanah Gibson-Mount <quanah@ub16.quanah.org>
Fri, 6 Oct 2017 17:44:38 +0000 (10:44 -0700)
doc/man/man3/ldap_bind.3

index 80de4f51f363692aa197dccf911b3caf3c530764..5f1c2391f8f35a6e03280311ba7ed4dd859d5f72 100644 (file)
@@ -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()