mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Perform database updates as root
This commit is contained in:
parent
066a80bbbb
commit
7751af3f74
1 changed files with 2 additions and 0 deletions
|
|
@ -1074,6 +1074,8 @@ cache_entries(
|
|||
ber_str2bv(uuidbuf, query_uuid->bv_len, 1, query_uuid);
|
||||
|
||||
op_tmp.o_bd = &db;
|
||||
op_tmp.o_dn = db.be_rootdn;
|
||||
op_tmp.o_ndn = db.be_rootndn;
|
||||
db.bd_info = cm->bi;
|
||||
db.be_private =cm->be_private;
|
||||
db.be_flags |= SLAP_BFLAG_NO_SCHEMA_CHECK;
|
||||
|
|
|
|||
Loading…
Reference in a new issue