mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
slaptools : normalize entryUUID
This commit is contained in:
parent
b179e05ea1
commit
89ac237d7c
@ -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 New Issue
Block a user