summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-07-09 12:37:38 +0200
committerStefan Metzmacher <metze@samba.org>2021-07-15 00:06:31 +0000
commite25a9e8f4ec8034d2974a887e4f64e99a04f226a (patch)
treec3d9ff06c4e64467e15c3b89a3262939eb3b54f3 /WHATSNEW.txt
parent2a575dfd58bf2e118d3c716f4b5062fef41cdb76 (diff)
downloadsamba-e25a9e8f4ec8034d2974a887e4f64e99a04f226a.tar.gz
WHATSNEW: document the removal of SMB2_22, SMB2_24 and SMB3_10
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 076eaa2007b..4b32045374b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -12,6 +12,25 @@ Samba 4.15 will be the next version of the Samba suite.
UPGRADING
=========
+Removed SMB (development) dialects
+----------------------------------
+
+The following SMB (development) dialects are no longer
+supported: SMB2_22, SMB2_24 and SMB3_10. They are were
+only supported by Windows technical preview builds.
+They used to be useful in order to test against the
+latest Windows versions, but it's no longer useful
+to have them. If you have them explicitly specified
+in your smb.conf or an the command line,
+you need to replace them like this:
+- SMB2_22 => SMB3_00
+- SMB2_24 => SMB3_00
+- SMB3_10 => SMB3_11
+Note that it's typically not useful to specify
+"client max protocol" or "server max protocol"
+explicitly to a specific dialect, just leave
+them unspecified or specify the value "default".
+
New GPG key
-----------
@@ -147,6 +166,8 @@ smb.conf changes
Parameter Name Description Default
-------------- ----------- -------
client use kerberos New desired
+ client max protocol Values Removed
+ client min protocol Values Removed
client protection New default
preopen:posix-basic-regex New No
preopen:nomatch_log_level New 5
@@ -156,6 +177,8 @@ smb.conf changes
preopen:reset_log_level New 5
preopen:push_log_level New 3
preopen:queue_log_level New 10
+ server max protocol Values Removed
+ server min protocol Values Removed
winbind use krb5 enterprise principals Changed Yes
winbind scan trusted domains Changed No