mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7524 make sure binding flag is set before trying to bind
This commit is contained in:
parent
2b837de9c1
commit
69f4f4b673
@ -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 New Issue
Block a user