s3-auth Move map to guest to directly after the check_password calls
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Jul 2011 01:33:52 +0000 (11:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:02 +0000 (18:48 +1000)
commit8a650243b336f5a85ff119aa40c7744542c005e7
treefacc17ee6213efcfdb93db401d2ae02813e37b55
parent35b309fa0cac9341f364243b03ebfcc80f74198e
s3-auth Move map to guest to directly after the check_password calls

This means we no longer need two different map to guest functions
and have consistent logic with fewer layering violations.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth_ntlmssp.c
source3/auth/auth_util.c
source3/auth/proto.h
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c