mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Patch for SASL EXTERNAL. Needs to be tested with other mechanisms.
This commit is contained in:
parent
e4d8a87ddc
commit
7a18352c06
1 changed files with 3 additions and 1 deletions
|
|
@ -636,9 +636,11 @@ int slap_sasl_bind(
|
|||
}
|
||||
|
||||
if ( !conn->c_sasl_bind_in_progress ) {
|
||||
const char *kludge = "";
|
||||
sc = sasl_server_start( ctx,
|
||||
conn->c_sasl_bind_mech,
|
||||
cred->bv_val, cred->bv_len,
|
||||
cred->bv_len ? cred->bv_val : kludge,
|
||||
cred->bv_len,
|
||||
(char **)&response.bv_val, &reslen, &errstr );
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue