mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 23:33:18 -05:00
ITS#4961 disable schema checking on contextCSN update
This commit is contained in:
parent
6ee5d7d3da
commit
093f52e44d
1 changed files with 1 additions and 0 deletions
|
|
@ -1307,6 +1307,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
|
|||
opm.o_req_ndn = op->o_bd->be_nsuffix[0];
|
||||
opm.o_bd->bd_info = on->on_info->oi_orig;
|
||||
opm.o_managedsait = SLAP_CONTROL_NONCRITICAL;
|
||||
opm.o_no_schema_check = 1;
|
||||
opm.o_bd->be_modify( &opm, &rsm );
|
||||
if ( mod.sml_next != NULL ) {
|
||||
slap_mods_free( mod.sml_next, 1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue