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)
commit172766eea7a374e910ea91c857fcce45996783a2
treef666ba3739092714c6175f8e1adf834fa68f0f00
parent1eb7fe8eaf9306e9ef1447a6b47a5b91df8584cb
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
(This used to be commit 3547cb3def45a90f99f67829a533eac1ccba5e77)
source3/Makefile.in
source3/lib/popt_common.c
source3/libsmb/cliconnect.c
source3/libsmb/clikrb5.c
source3/libsmb/ntlmssp.c
source3/libsmb/ntlmssp_parse.c
source3/libsmb/smbencrypt.c
source3/rpc_client/cli_pipe.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/rpcclient.c