1 | <samba:parameter name="server max protocol"
|
---|
2 | context="G"
|
---|
3 | type="enum"
|
---|
4 | enumlist="enum_protocol"
|
---|
5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
6 | <description>
|
---|
7 | <para>The value of the parameter (a string) is the highest
|
---|
8 | protocol level that will be supported by the server.</para>
|
---|
9 |
|
---|
10 | <para>Possible values are :</para>
|
---|
11 | <itemizedlist>
|
---|
12 | <listitem>
|
---|
13 | <para><constant>LANMAN1</constant>: First <emphasis>modern</emphasis>
|
---|
14 | version of the protocol. Long filename support.</para>
|
---|
15 | </listitem>
|
---|
16 |
|
---|
17 | <listitem>
|
---|
18 | <para><constant>LANMAN2</constant>: Updates to Lanman1 protocol.</para>
|
---|
19 | </listitem>
|
---|
20 |
|
---|
21 | <listitem>
|
---|
22 | <para><constant>NT1</constant>: Current up to date version of the protocol.
|
---|
23 | Used by Windows NT. Known as CIFS.</para>
|
---|
24 | </listitem>
|
---|
25 |
|
---|
26 | <listitem>
|
---|
27 | <para><constant>SMB2</constant>: Re-implementation of the SMB protocol.
|
---|
28 | Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.</para>
|
---|
29 | <itemizedlist>
|
---|
30 | <listitem>
|
---|
31 | <para><constant>SMB2_02</constant>: The earliest SMB2 version.</para>
|
---|
32 | </listitem>
|
---|
33 | <listitem>
|
---|
34 | <para><constant>SMB2_10</constant>: Windows 7 SMB2 version.</para>
|
---|
35 | </listitem>
|
---|
36 | <listitem>
|
---|
37 | <para><constant>SMB2_22</constant>: Early Windows 8 SMB2 version.</para>
|
---|
38 | </listitem>
|
---|
39 | <listitem>
|
---|
40 | <para><constant>SMB2_24</constant>: Windows 8 beta SMB2 version.</para>
|
---|
41 | </listitem>
|
---|
42 | </itemizedlist>
|
---|
43 | <para>By default SMB2 selects the SMB2_10 variant.</para>
|
---|
44 | </listitem>
|
---|
45 |
|
---|
46 | <listitem>
|
---|
47 | <para><constant>SMB3</constant>: The same as SMB2.
|
---|
48 | Used by Windows 8. SMB3 has sub protocols available.</para>
|
---|
49 | <itemizedlist>
|
---|
50 | <listitem>
|
---|
51 | <para><constant>SMB3_00</constant>: Windows 8 SMB3 version. (mostly the same as SMB2_24)</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para><constant>SMB3_02</constant>: Windows 8.1 SMB3 version.</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para><constant>SMB3_10</constant>: early Windows 10 technical preview SMB3 version.</para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para><constant>SMB3_11</constant>: Windows 10 technical preview SMB3 version (maybe final).</para>
|
---|
61 | </listitem>
|
---|
62 | </itemizedlist>
|
---|
63 | <para>By default SMB3 selects the SMB3_11 variant.</para>
|
---|
64 | </listitem>
|
---|
65 | </itemizedlist>
|
---|
66 |
|
---|
67 | <para>Normally this option should not be set as the automatic
|
---|
68 | negotiation phase in the SMB protocol takes care of choosing
|
---|
69 | the appropriate protocol.</para>
|
---|
70 | </description>
|
---|
71 |
|
---|
72 | <related>server min protocol</related>
|
---|
73 | <synonym>max protocol</synonym>
|
---|
74 | <synonym>protocol</synonym>
|
---|
75 |
|
---|
76 | <value type="default">SMB3</value>
|
---|
77 | <value type="example">LANMAN1</value>
|
---|
78 | </samba:parameter>
|
---|