mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9400 back-ldap: fix retry binds
Regression from fix for ITS#7403
This commit is contained in:
parent
9141b78fc6
commit
0dd812ec73
1 changed files with 1 additions and 1 deletions
|
|
@ -2120,7 +2120,7 @@ ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok,
|
|||
}
|
||||
|
||||
if ( !( li->li_idassert_flags & LDAP_BACK_AUTH_OVERRIDE )) {
|
||||
if ( op->o_tag == LDAP_REQ_BIND ) {
|
||||
if ( op->o_tag == LDAP_REQ_BIND && ( sendok & LDAP_BACK_SENDOK )) {
|
||||
if ( !BER_BVISEMPTY( &ndn )) {
|
||||
dobind = 0;
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue