summaryrefslogtreecommitdiff
path: root/docs-xml
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:37 +0000
commit840b8501b43695802d78726409b69afb4976166a (patch)
tree39b56516708bf70fafacc51c3496192e819ba9b5 /docs-xml
parentc163ef20f887d6f7a1f3b5ef79adfccbca85cf57 (diff)
downloadsamba-840b8501b43695802d78726409b69afb4976166a.tar.gz
docs-xml: change "server min protocol" to SMB2_02
SMB2_02 was available with Windows Vista. It's time to turn SMB1 off by default. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/serverminprotocol.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml
index 4765f5b88e0..1079eb89bae 100644
--- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml
+++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml
@@ -10,7 +10,7 @@
<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>
+ protocol unless you have legacy clients which are SMB1 capable only.</para>
<para>See <related>server max protocol</related> for a full list
of available protocols.</para>
@@ -18,6 +18,6 @@
<related>server max protocol</related>
-<value type="default">LANMAN1</value>
+<value type="default">SMB2_02</value>
<value type="example">NT1</value>
</samba:parameter>