mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix ITS#2200, revert patch in rev 1.128. SASL/Kerberos4 requires a patch
to Cyrus SASL lib/server.c, can't fix it here.
This commit is contained in:
parent
4e223d588b
commit
36c915a134
1 changed files with 1 additions and 1 deletions
|
|
@ -1515,7 +1515,7 @@ int slap_sasl_bind(
|
|||
if ( !conn->c_sasl_bind_in_progress ) {
|
||||
sc = START( ctx,
|
||||
conn->c_sasl_bind_mech.bv_val,
|
||||
cred->bv_len ? cred->bv_val : NULL,
|
||||
cred->bv_len ? cred->bv_val : "",
|
||||
cred->bv_len,
|
||||
(SASL_CONST char **)&response.bv_val, &reslen, &errstr );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue