]> git.sur5r.net Git - openldap/commitdiff
fix commit 1.268, related to ITS#6817
authorPierangelo Masarati <ando@openldap.org>
Sat, 5 Mar 2011 10:30:21 +0000 (10:30 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 5 Mar 2011 10:30:21 +0000 (10:30 +0000)
servers/slapd/back-ldap/bind.c

index c9f20abdec06d9a8e79bc70b64f5785277dd68b8..339b2a3e03df1b67a885e5042bf8f0d5c97e305c 100644 (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,