]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 8 Jun 2011 22:58:38 +0000 (15:58 -0700)
servers/slapd/back-ldap/bind.c

index 40e4e6049f7bcaa1f75e055ec75561c5deb17c7d..c6055918cac2d6daffae4a34a2bfd1c5cc1a1261 100644 (file)
@@ -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,