Date: Sun Jun 8 12:49:31 2003
Author: abartlet
Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv9170/libsmb
Modified Files:
Tag: SAMBA_3_0
cliconnect.c
Log Message:
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
(this now causes things like the LANMAN protocol and contacting servers with 'encrypt
passwords = no' set to fail, if configured)
'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the
most secure setting for compatible hosts.
Perhaps we should change this to 'client minimum auth'?
Andrew Bartlett
Revisions:
cliconnect.c 1.71.2.23 => 1.71.2.24
http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.23&r2=1.71.2.24