summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol/servermaxprotocol.xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-28 15:00:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 06:04:41 +0200
commit27fb14bfbe9d49bacd80fc033132c254267aeb34 (patch)
tree12ceaac0734dddcf4ed57246dcb0e3d0095bff34 /docs-xml/smbdotconf/protocol/servermaxprotocol.xml
parent1d3e5eda038deebe7e3d2d122c8d9963b548edfb (diff)
downloadsamba-27fb14bfbe9d49bacd80fc033132c254267aeb34.tar.gz
samba-27fb14bfbe9d49bacd80fc033132c254267aeb34.tar.bz2
samba-27fb14bfbe9d49bacd80fc033132c254267aeb34.zip
s3-loadparm: Swap synonyms of max/min protocol to server max/min protocol
This matches the lib/param code, as is a seperate parameter for the client there. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 30 06:04:41 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/protocol/servermaxprotocol.xml')
-rw-r--r--docs-xml/smbdotconf/protocol/servermaxprotocol.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/servermaxprotocol.xml b/docs-xml/smbdotconf/protocol/servermaxprotocol.xml
new file mode 100644
index 0000000000..459bce878c
--- /dev/null
+++ b/docs-xml/smbdotconf/protocol/servermaxprotocol.xml
@@ -0,0 +1,67 @@
+<samba:parameter name="server max protocol"
+ context="G"
+ type="enum"
+ developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>The value of the parameter (a string) is the highest
+ protocol level that will be supported by the server.</para>
+
+ <para>Possible values are :</para>
+ <itemizedlist>
+ <listitem>
+ <para><constant>CORE</constant>: Earliest version. No
+ concept of user names.</para>
+ </listitem>
+
+ <listitem>
+ <para><constant>COREPLUS</constant>: Slight improvements on
+ CORE for efficiency.</para>
+ </listitem>
+
+ <listitem>
+ <para><constant>LANMAN1</constant>: First <emphasis>
+ modern</emphasis> version of the protocol. Long filename
+ support.</para>
+ </listitem>
+
+ <listitem>
+ <para><constant>LANMAN2</constant>: Updates to Lanman1 protocol.</para>
+ </listitem>
+
+ <listitem>
+ <para><constant>NT1</constant>: Current up to date version of the protocol.
+ Used by Windows NT. Known as CIFS.</para>
+ </listitem>
+ <listitem>
+ <para><constant>SMB2</constant>: Re-implementation of the SMB protocol.
+ Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.</para>
+ <itemizedlist>
+ <listitem>
+ <para><constant>SMB2_02</constant>: The earliest SMB2 version.</para>
+ </listitem>
+ <listitem>
+ <para><constant>SMB2_10</constant>: Windows 7 SMB2 version.</para>
+ </listitem>
+ <listitem>
+ <para><constant>SMB2_22</constant>: Early Windows 8 SMB2 version.</para>
+ </listitem>
+ <listitem>
+ <para><constant>SMB2_24</constant>: Windows 8 SMB2 version.</para>
+ </listitem>
+ </itemizedlist>
+ <para>By default SMB2 selects the SMB2_02 varient.</para>
+ </listitem>
+ </itemizedlist>
+
+ <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>
+</description>
+
+<related>server min protocol</related>
+<synonym>max protocol</synonym>
+
+<value type="default">SMB2</value>
+<value type="example">LANMAN1</value>
+</samba:parameter>