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:
parent
1487a72da2
commit
e76107dd9b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user