1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r9594: return the mapped name in enum_dom_groups()

(This used to be commit a769aaec88257ae006c61f0fcfd98efd4b639268)
This commit is contained in:
Gerald Carter 2005-08-24 19:21:00 +00:00 committed by Gerald (Jerry) Carter
parent 1487a72da2
commit e76107dd9b

View File

@ -670,7 +670,7 @@ static void make_group_sam_entry_list(TALLOC_CTX *ctx, SAM_ENTRY **sam_pp,
/*
* JRA. I think this should include the null. TNG does not.
*/
init_unistr2(&uni_name[i], entries[i].account_name,
init_unistr2(&uni_name[i], entries[i].fullname,
UNI_STR_TERMINATE);
init_sam_entry(&sam[i], &uni_name[i], entries[i].rid);
}