mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#6242 need managedsait to replace glue entries with their real values
This commit is contained in:
parent
e0431681ad
commit
2d2fca51d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue