Revert "s3:auth make sure the primary group sid is usable"
commita5b4f3ebed937bff8bb98c54ca7c730f91387667
authorAndrew Bartlett <abartlet@samba.org>
Sun, 15 Jul 2012 02:22:44 +0000 (15 12:22 +1000)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Sep 2012 09:19:45 +0000 (13 11:19 +0200)
tree8519b4bfd03fc41cd7245bbef0656f8d4a34f1bc
parenteae2e4df0027cb6d58bc6476f5332dfe084a47c9
Revert "s3:auth make sure the primary group sid is usable"

This reverts commit 00089fd74af740f832573d904312854e494a869e.

The issue with this patch, which I did sign off on, is that for the
domain member case, we already know that the SID is reasonable and
valid, and we indeed rely on that, because we keep it as an additonal
group anyway.  The primary group is not so special that we need to do
extra validation.

Calling this function may put a user into the domain 'domain users'
group, even if they are not in that group to start with.

Andrew Bartlett

Fix bug #9066 - Domain Users incorrectly added as addition group on domain
members.
(cherry picked from commit 68aedaf59787971cd9520cef3a345d99da079ca3)
source3/auth/auth_util.c