mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:auth/server_info: the primary rid should be in the groups rid array (bug #8798)
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 9 19:36:01 CEST 2012 on sn-devel-104
This commit is contained in:
parent
5f05eacd27
commit
6132cf2a5c
@ -263,11 +263,6 @@ static NTSTATUS group_sids_to_info3(struct netr_SamInfo3 *info3,
|
||||
for (i = 0; i < num_sids; i++) {
|
||||
ok = sid_peek_check_rid(domain_sid, &sids[i], &rid);
|
||||
if (ok) {
|
||||
|
||||
/* if it is the primary gid, skip it, we
|
||||
* obviously already have it */
|
||||
if (info3->base.primary_gid == rid) continue;
|
||||
|
||||
/* store domain group rid */
|
||||
groups->rids[groups->count].rid = rid;
|
||||
groups->rids[groups->count].attributes = attributes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user