Skip to content
Snippets Groups Projects
Commit 36c915a1 authored by Howard Chu's avatar Howard Chu
Browse files

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.
parent 4e223d58
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment