From 8f0e85efc68fe58d9973c4404ddf3231ff970104 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 5 Mar 2011 10:30:21 +0000 Subject: [PATCH] fix commit 1.268, related to ITS#6817 --- servers/slapd/back-ldap/bind.c | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.39.5