mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#7524 make sure binding flag is set before trying to bind
This commit is contained in:
parent
2b837de9c1
commit
69f4f4b673
1 changed files with 1 additions and 0 deletions
|
|
@ -762,6 +762,7 @@ meta_back_retry(
|
|||
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
quarantine = 0;
|
||||
LDAP_BACK_CONN_BINDING_SET( msc ); binding = 1;
|
||||
rc = meta_back_single_dobind( op, rs, mcp, candidate,
|
||||
sendok, mt->mt_nretries, 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue