mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
In ldap_back_bind, don't send success result, frontend does it
This commit is contained in:
parent
8637bc5b28
commit
122cdf4549
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue