mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
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:
parent
e20ac6b539
commit
fba60ab2ed
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user