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: MIGRATION_CVS2GIT~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=821d2616b528523f5ad16c138a0f604b1691364f;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 c9f20abdec..339b2a3e03 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -2294,11 +2294,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,