Change Samba to always use extended security for it's guest logins, (ie,
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Aug 2003 01:08:00 +0000 (01:08 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Aug 2003 01:08:00 +0000 (01:08 +0000)
commit3547cb3def45a90f99f67829a533eac1ccba5e77
tree7f4bd394a5cdd7cf8e263b86c8895893249e0a9b
parent02e3d779f150f99e777007a50b58861c8921925b
Change Samba to always use extended security for it's guest logins, (ie,
NTLMSSP with "" username, NULL password), and add --machine-pass (-P) to
all of Samba's clients.

When connecting to an Active Directory DC, you must initiate the CIFS level
session setup with Kerberos, not a guest login.  If you don't, your machine
account is demoted to NT4.

Andrew Bartlett
source/Makefile.in
source/lib/popt_common.c
source/libsmb/cliconnect.c
source/libsmb/clikrb5.c
source/libsmb/ntlmssp.c
source/libsmb/ntlmssp_parse.c
source/libsmb/smbencrypt.c
source/rpc_client/cli_pipe.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/rpcclient.c