Skip to content
Snippets Groups Projects
Commit 89ac237d authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

slaptools : normalize entryUUID

parent b179e05e
Branches
Tags
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment