From: Pierangelo Masarati Date: Sat, 5 Mar 2011 10:30:21 +0000 (+0000) Subject: fix commit 1.268, related to ITS#6817 X-Git-Tag: OPENLDAP_REL_ENG_2_4_26~74 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f0e85efc68fe58d9973c4404ddf3231ff970104;p=openldap fix commit 1.268, related to ITS#6817 --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 40e4e6049f..c6055918ca 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -2288,11 +2288,6 @@ ldap_back_proxy_authz_bind( } #endif /* SLAP_AUTH_DN */ - rs->sr_err = ldap_sasl_interactive_bind_s( lc->lc_ld, binddn->bv_val, - li->li_idassert_sasl_mech.bv_val, NULL, NULL, - LDAP_SASL_QUIET, lutil_sasl_interact, - defaults ); - do { rs->sr_err = ldap_sasl_interactive_bind( lc->lc_ld, binddn->bv_val, li->li_idassert_sasl_mech.bv_val,