s3-auth Remove seperate guest boolean
authorAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 01:57:05 +0000 (11:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:14 +0000 (09:17 +1000)
commit662282106318e3f1f0bbcc7281f49ee5b3727f21
tree615737d5c566c5ff5071d9db8227498f689e74f3
parent9d09b66f41cb4ab58bd4a6d83ecebb91805a4b5b
s3-auth Remove seperate guest boolean

Instead, we base our guest calculations on the presence or absense of the
authenticated users group in the token, ensuring that we have only
one canonical source of this important piece of authorization data

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/auth.idl
source3/Makefile.in
source3/auth/auth_util.c
source3/rpc_server/lsa/srv_lsa_nt.c
source3/rpc_server/rpc_handles.c
source3/smbd/lanman.c
source3/smbd/password.c
source3/smbd/service.c
source3/smbd/session.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c