mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05: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
1 changed files with 6 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue