fix for BUG #267 (problem with supplementary groups).
authorGerald Carter <jerry@samba.org>
Sat, 9 Aug 2003 23:12:35 +0000 (23:12 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 9 Aug 2003 23:12:35 +0000 (23:12 +0000)
commit3c537c906f29a08e75895c8c8e3ed5c5abaaa940
tree4a5861b3e4f5833d69a4a23fcffebf945df22abf
parentca29fdb9c28b7a61ce35eaea8864a8cd647b45cc
fix for BUG #267 (problem with supplementary groups).
Use winbindd to get the group list if possible since we already
know it from netsamlogon_cache.tdb. More effecient than letting
libc call getgrent() to get seconary groups.

Tested by Ken Cross.
source/auth/auth_util.c
source/nsswitch/wb_client.c
source/smbd/sec_ctx.c