summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-06-06 14:07:13 +0200
committerRalph Boehme <slow@samba.org>2019-07-08 16:22:38 +0000
commit3264b1f317d6c603cc72eb2a150fe244c47aa3ac (patch)
tree149e56fd12e876e2be4ecf2420ae401a17b40a15 /docs-xml/smbdotconf
parentd216db5cd5411d1a4a62ce0b7f43b685f9cd107f (diff)
downloadsamba-3264b1f317d6c603cc72eb2a150fe244c47aa3ac.tar.gz
docs-xml: change "client min protocol" to SMB2_02
It's time to disable SMB1 by default... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/protocol/clientminprotocol.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/protocol/clientminprotocol.xml b/docs-xml/smbdotconf/protocol/clientminprotocol.xml
index fb8f87e4016..1eb07adc0c2 100644
--- a/docs-xml/smbdotconf/protocol/clientminprotocol.xml
+++ b/docs-xml/smbdotconf/protocol/clientminprotocol.xml
@@ -9,13 +9,17 @@
<para>Normally this option should not be set as the automatic
negotiation phase in the SMB protocol takes care of choosing
- the appropriate protocol.</para>
+ the appropriate protocol unless you connect to a legacy SMB1-only server.</para>
<para>See <related>client max protocol</related> for a full list
of available protocols.</para>
<para>IPC$ connections for DCERPC e.g. in winbindd, are handled by the
<smbconfoption name="client ipc min protocol"/> option.</para>
+
+ <para>Note that most command line tools support
+ --option='client min protocol=NT1', so it may not be required to
+ enable SMB1 protocols globally in smb.conf.</para>
</description>
<related>client max protocol</related>
@@ -23,6 +27,6 @@
<related>client ipc min protocol</related>
<related>client ipc max protocol</related>
-<value type="default">CORE</value>
+<value type="default">SMB2_02</value>
<value type="example">NT1</value>
</samba:parameter>