1 <samba:parameter name="max protocol"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <para>The value of the parameter (a string) is the highest
8 protocol level that will be supported by the server.</para>
10 <para>Possible values are :</para>
13 <para><constant>CORE</constant>: Earliest version. No
14 concept of user names.</para>
18 <para><constant>COREPLUS</constant>: Slight improvements on
19 CORE for efficiency.</para>
23 <para><constant>LANMAN1</constant>: First <emphasis>
24 modern</emphasis> version of the protocol. Long filename
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>Normally this option should not be set as the automatic
39 negotiation phase in the SMB protocol takes care of choosing
40 the appropriate protocol.</para>
43 <related>min protocol</related>
44 <synonym>protocol</synonym>
46 <value type="default">NT1</value>
47 <value type="example">LANMAN1</value>