From 57015c72af6b048948d189fa9a2096857de91994 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 27 Aug 2020 18:05:17 +0530 Subject: [PATCH] Add a note for disabled SMB1 in default smb.conf resolves: #1773149 --- smb.conf.vendor | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smb.conf.vendor b/smb.conf.vendor index fe3f806..32441aa 100644 --- a/smb.conf.vendor +++ b/smb.conf.vendor @@ -2,6 +2,10 @@ # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # you modified it. +# +# Note: +# SMB1 is disabled by default. This means clients without support for SMB2 or +# SMB3 are no longer able to connect to smbd (by default). [global] workgroup = SAMBA