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

In ldap_back_bind, don't send success result, frontend does it

parent 8637bc5b
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ ldap_back_bind( Operation *op, SlapReply *rs )
rs->sr_err = ldap_sasl_bind( lc->lc_ld, op->o_req_dn.bv_val,
LDAP_SASL_SIMPLE,
&op->orb_cred, op->o_ctrls, NULL, &msgid );
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_SENDRESULT );
rc = ldap_back_op_result( lc, op, rs, msgid, LDAP_BACK_SENDERR );
if ( rc == LDAP_SUCCESS ) {
/* If defined, proxyAuthz will be used also when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment