slaptools : normalize entryUUID

This commit is contained in:
Jong Hyuk Choi 2003-11-20 01:13:00 +00:00
parent b179e05ea1
commit 89ac237d7c

View File

@ -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 )