Some patches to authentication:
authorTim Potter <tpot@samba.org>
Wed, 12 Sep 2001 06:39:50 +0000 (06:39 +0000)
committerTim Potter <tpot@samba.org>
Wed, 12 Sep 2001 06:39:50 +0000 (06:39 +0000)
commitb800a36b1c81fb37ca963acdc49978ff065fb0d7
tree4fe3edd68f6bbf7db66c75aa8c5c29b79d4dd01a
parent39d7983a470cc3470dd7126de35697d965817cb6
Some patches to authentication:

 - the usersupplied_info now contains a smb_username (as it comes across on
   the wire) and a unix_username (after being passed through mapping
   functions)

 - when doing security={server,domain} use the smb_username, otherwise use
   the unix_username
(This used to be commit d34fd8ec0716127c7a68eeb8e77d1ae8cc07b547)
14 files changed:
source3/auth/auth.c
source3/auth/auth_rhosts.c
source3/auth/auth_sam.c
source3/auth/auth_unix.c
source3/include/auth.h
source3/libsmb/domain_client_validate.c
source3/nsswitch/winbindd_pam.c
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_pipe.c
source3/smbd/auth.c
source3/smbd/auth_rhosts.c
source3/smbd/auth_smbpasswd.c
source3/smbd/auth_unix.c
source3/smbd/reply.c