mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
slaptools : normalize entryUUID
This commit is contained in:
parent
b179e05ea1
commit
89ac237d7c
1 changed files with 2 additions and 1 deletions
|
|
@ -226,7 +226,8 @@ main( int argc, char **argv )
|
|||
{
|
||||
vals[0].bv_len = lutil_uuidstr( uuidbuf, sizeof( uuidbuf ) );
|
||||
vals[0].bv_val = uuidbuf;
|
||||
attr_merge( e, slap_schema.si_ad_entryUUID, vals, NULL );
|
||||
attr_merge_normalize_one( e,
|
||||
slap_schema.si_ad_entryUUID, vals, NULL );
|
||||
}
|
||||
|
||||
if( attr_find( e->e_attrs, slap_schema.si_ad_creatorsName )
|
||||
|
|
|
|||
Loading…
Reference in a new issue