mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#10385 Set correct rootDN for accesslog replay
This commit is contained in:
parent
09cde3aafb
commit
ef4cbfe93a
1 changed files with 2 additions and 0 deletions
|
|
@ -2288,6 +2288,8 @@ syncprov_play_accesslog( Operation *op, SlapReply *rs, sync_control *srs,
|
|||
fop = *op;
|
||||
fop.o_sync_mode = 0;
|
||||
fop.o_bd = db;
|
||||
fop.o_dn = db->be_rootdn;
|
||||
fop.o_ndn = db->be_rootndn;
|
||||
rc = be_entry_get_rw( &fop, &si->si_logbase, NULL, ad_minCSN, 0, &e );
|
||||
if ( rc ) {
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue