s3:auth/server_info: the primary rid should be in the groups rid array (bug #8798)
authorAlejandro Escanero Blanco <aescanero@gmail.com>
Wed, 9 May 2012 09:35:51 +0000 (11:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 9 May 2012 17:36:01 +0000 (19:36 +0200)
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

source3/auth/server_info.c

index 2a9fe736bc1fd77517d12fb6784f173247b81ee4..216e5e32d7d0c4c34436e5ed811db1cf98471bab 100644 (file)
@@ -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;