Added some extra fields to the auth_serversupplied_info structure.
authorTim Potter <tpot@samba.org>
Wed, 31 Oct 2001 06:20:58 +0000 (06:20 +0000)
committerTim Potter <tpot@samba.org>
Wed, 31 Oct 2001 06:20:58 +0000 (06:20 +0000)
commit4eeb7bcd783d7cfb3ac232f1faa035773007401d
tree7ed331bbae4062fa22d06bb1125e896b18f462aa
parent0f6207f45567a8af0a125a838a5ed68ea6c22283
Added some extra fields to the auth_serversupplied_info structure.
To obtain the full group membership of a user (i.e nested groups on a
win2k native mode server) it is necessary to merge this list of groups
with the groups returned by winbindd when creating an nt access token.

This breaks winbindd linking while AB and I sync up our changes to the
authentication subsystem.
source/auth/auth.c
source/include/auth.h
source/libsmb/domain_client_validate.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_pam.c
source/nsswitch/winbindd_util.c
source/rpc_server/srv_netlog_nt.c
source/smbd/auth.c