fixed a problem with getgroups() where it could include our current
commitcfc5ca3416cea5ea5d2ac34f5521cb6367e42cd2
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Jul 2002 03:59:14 +0000 (15 03:59 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Jul 2002 03:59:14 +0000 (15 03:59 +0000)
treecbb6a1050b338a98cf05a93e54221cbace3a0400
parent775b918b8c63b1fcd9a8db1743505ab718978c19
fixed a problem with getgroups() where it could include our current
effective gid which could mean that the user gets group 0 in their
group list for acl interpretation

this is a replacement fix for the one richard did in 2.2 (which didn't
cope wiith variable behaviour depending on which nss module was in
use)
source/lib/util_sec.c
source/rpc_server/srv_pipe.c
source/smbd/password.c
source/smbd/sec_ctx.c