From: Andrew Bartlett Date: Tue, 4 Jul 2017 03:16:05 +0000 (+1200) Subject: WHATSNEW: Add docs for ntlm auth changes X-Git-Tag: samba-4.7.0rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e3031192c8cf46454a94c18756466eafc75ee6;p=thirdparty%2Fsamba.git WHATSNEW: Add docs for ntlm auth changes Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 09b3cbbd48e..de3d9936e7d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -250,6 +250,12 @@ obey client requests to synchronize unwritten data in operating system buffers safely onto disk. This is a safer default setting for modern SMB1/2/3 clients. +The 'ntlm auth' option default is renamed to 'ntlmv2-only', reflecting +the previous behaviour. Two new values have been provided, +'mschapv2-and-ntlmv2-only' (allowing MSCHAPv2 while denying NTLMv1) +and 'disabled', totally disabling NTLM authentication and password +changes. + smb.conf changes ================ @@ -268,6 +274,7 @@ smb.conf changes rpc server dynamic port range New parameter 49152-65535 strict sync Default changed yes password hash userPassword schemes New parameter + ntlm auth New values ntlmv2-only KNOWN ISSUES