fix commit 1.268, related to ITS#6817

This commit is contained in:
Pierangelo Masarati 2011-03-05 10:30:21 +00:00
parent 16a1417a3f
commit 821d2616b5

View file

@ -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,