ITS#8121 - Note ldap_sasl_bind and ldap_sasl_bind_s can be used to make simple binds via the LDAP_SASL_SIMPLE mechanism

This commit is contained in:
Quanah Gibson-Mount 2017-04-23 15:30:07 -07:00 committed by Quanah Gibson-Mount
parent e20ac6b539
commit fba60ab2ed

View 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 returning the message id of the request it sent. The result of the
operation can be obtained by a subsequent call to operation can be obtained by a subsequent call to
.BR ldap_result (3). .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 .SH GENERAL AUTHENTICATION
The The
.B ldap_bind() .B ldap_bind()