mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#4278 set ml->sml_type
This commit is contained in:
parent
5075d09f49
commit
a48f7b6f93
@ -256,6 +256,7 @@ old_good:
|
||||
ml->sml_values[i].bv_val = NULL;
|
||||
ml->sml_nvalues = NULL;
|
||||
ml->sml_desc = slap_schema.si_ad_userPassword;
|
||||
ml->sml_type = ml->sml_desc->ad_cname;
|
||||
ml->sml_op = LDAP_MOD_REPLACE;
|
||||
ml->sml_flags = 0;
|
||||
ml->sml_next = qpw->rs_mods;
|
||||
|
Loading…
Reference in New Issue
Block a user