]> git.sur5r.net Git - openldap/commitdiff
ITS#4961 disable schema checking on contextCSN update
authorHoward Chu <hyc@openldap.org>
Mon, 14 May 2007 21:25:48 +0000 (21:25 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 14 May 2007 21:25:48 +0000 (21:25 +0000)
servers/slapd/overlays/syncprov.c

index 5650b14b7aa918512eb93ece47b3bb21d0a753fd..bb1f753a5873be41d5bd937517662e5e2200a268 100644 (file)
@@ -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 );