mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#10379 slapo-lastbind: Use a fresh timestamp for lastbind mod
This commit is contained in:
parent
ce9ee22c7a
commit
52a8419bae
1 changed files with 7 additions and 0 deletions
|
|
@ -184,6 +184,13 @@ done:
|
||||||
op2.o_dn = op->o_bd->be_rootdn;
|
op2.o_dn = op->o_bd->be_rootdn;
|
||||||
op2.o_ndn = op->o_bd->be_rootndn;
|
op2.o_ndn = op->o_bd->be_rootndn;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Other bind response logic (e.g. ppolicy) could have triggered a write
|
||||||
|
* with this operation - use a fresh timestamp.
|
||||||
|
*/
|
||||||
|
slap_op_time( &op2.o_time, &op2.o_tincr );
|
||||||
|
BER_BVZERO( &op2.o_csn );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Code for forwarding of updates adapted from ppolicy.c of slapo-ppolicy
|
* Code for forwarding of updates adapted from ppolicy.c of slapo-ppolicy
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue