ITS#6242 need managedsait to replace glue entries with their real values

This commit is contained in:
Howard Chu 2009-09-27 22:42:04 +00:00
parent e0431681ad
commit 2d2fca51d2

View file

@ -862,6 +862,7 @@ merge_entry(
modlist->sml_op = LDAP_MOD_ADD;
op->o_tag = LDAP_REQ_MODIFY;
op->orm_modlist = modlist;
op->o_managedsait = SLAP_CONTROL_CRITICAL;
op->o_bd->be_modify( op, &sreply );
slap_mods_free( modlist, 1 );
} else if ( rc == LDAP_REFERRAL ||