mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10385 Set correct rootDN for accesslog replay
This commit is contained in:
parent
7c6e35f94b
commit
ce9ee22c7a
1 changed files with 2 additions and 0 deletions
|
|
@ -2292,6 +2292,8 @@ syncprov_play_accesslog( Operation *op, SlapReply *rs, sync_control *srs,
|
|||
fop.o_sync_mode = 0;
|
||||
fop.o_dont_replicate = 1;
|
||||
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