fixed a problem with getgroups() where it could include our current
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Jul 2002 03:59:14 +0000 (03:59 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Jul 2002 03:59:14 +0000 (03:59 +0000)
commit369040ac5d7220a301b09c16b0a6f4a3ce14c8b6
tree5c0bccd36c23542221427ca27c8c4fa6af409fbf
parentae10baa5fc98863c242b1036f588f59cf6ae3e0d
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)
(This used to be commit cfc5ca3416cea5ea5d2ac34f5521cb6367e42cd2)
source3/lib/util_sec.c
source3/rpc_server/srv_pipe.c
source3/smbd/password.c
source3/smbd/sec_ctx.c