mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
fix commit 1.268, related to ITS#6817
This commit is contained in:
parent
16a1417a3f
commit
821d2616b5
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue