From: Howard Chu Date: Tue, 1 Feb 2005 00:19:45 +0000 (+0000) Subject: In ldap_back_bind, don't send success result, frontend does it X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~201 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=122cdf4549fec2450ffa5bbbe4fca926ed11792f;p=openldap In ldap_back_bind, don't send success result, frontend does it --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 235a64183a..817235ee3a 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -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