Skip to content
Snippets Groups Projects
Commit dae0dac0 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple...

ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds via the LDAP_SASL_SIMPLE mechanism
parent f53258cf
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment