1 <samba:parameter name="client max protocol"
4 function="_client_max_protocol"
5 enumlist="enum_protocol"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8 <para>The value of the parameter (a string) is the highest
9 protocol level that will be supported by the client.</para>
11 <para>Possible values are :</para>
14 <para><constant>CORE</constant>: Earliest version. No
15 concept of user names.</para>
19 <para><constant>COREPLUS</constant>: Slight improvements on
20 CORE for efficiency.</para>
24 <para><constant>LANMAN1</constant>: First <emphasis>modern</emphasis>
25 version of the protocol. Long filename support.</para>
29 <para><constant>LANMAN2</constant>: Updates to Lanman1 protocol.</para>
33 <para><constant>NT1</constant>: Current up to date version of the protocol.
34 Used by Windows NT. Known as CIFS.</para>
38 <para><constant>SMB2</constant>: Re-implementation of the SMB protocol.
39 Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.</para>
42 <para><constant>SMB2_02</constant>: The earliest SMB2 version.</para>
45 <para><constant>SMB2_10</constant>: Windows 7 SMB2 version.</para>
48 <para>By default SMB2 selects the SMB2_10 variant.</para>
52 <para><constant>SMB3</constant>: The same as SMB2.
53 Used by Windows 8. SMB3 has sub protocols available.</para>
56 <para><constant>SMB3_00</constant>: Windows 8 SMB3 version.</para>
59 <para><constant>SMB3_02</constant>: Windows 8.1 SMB3 version.</para>
62 <para><constant>SMB3_11</constant>: Windows 10 SMB3 version.</para>
65 <para>By default SMB3 selects the SMB3_11 variant.</para>
69 <para>Normally this option should not be set as the automatic
70 negotiation phase in the SMB protocol takes care of choosing
71 the appropriate protocol.</para>
73 <para>The value <constant>default</constant> refers to <constant>SMB3_11</constant>.</para>
75 <para>IPC$ connections for DCERPC e.g. in winbindd, are handled by the
76 <smbconfoption name="client ipc max protocol"/> option.</para>
79 <related>server max protocol</related>
80 <related>client min protocol</related>
81 <related>client ipc min protocol</related>
82 <related>client ipc max protocol</related>
84 <value type="default">default</value>
85 <value type="example">LANMAN1</value>