]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_bind.3
ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds...
[openldap] / 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()