Fix show-stopper for 3.2. Smbd depends on group SID
authorJeremy Allison <jra@samba.org>
Fri, 15 Aug 2008 04:52:11 +0000 (21:52 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 15 Aug 2008 04:52:11 +0000 (21:52 -0700)
commit8bda4e059edba4807feeafa88cb90e16ca7a1d91
treed050fc4a4dc8fdc7839f2c2fa13904d4a40e3c12
parent9ab5cffcfa3320ec298e8759e96efa1670ebd770
Fix show-stopper for 3.2. Smbd depends on group SID
position zero being the primary group sid. Authenicating
via winbindd call returned a non-sorted sid list. This
fixes is for both a winbindd call and a pac list from
an info3 struct. Without this we mess up the
primary group associated with created files. Found by
Herb.
Jeremy.
(This used to be commit cb925dec85cfc4cfc194c3ff76dbeba2bd2178d7)
source3/auth/auth_util.c