Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / protocol / maxprotocol.xml
blobbe859f8ee3386fb2761300ab2b573662915a9d6e
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MAXPROTOCOL"/>max protocol (G)</term>
3                 <listitem><para>The value of the parameter (a string) is the highest 
4                 protocol level that will be supported by the server.</para>
6                 <para>Possible values are :</para>
7                 <itemizedlist>
8                         <listitem><para><constant>CORE</constant>: Earliest version. No 
9                         concept of user names.</para></listitem>
10                         
11                         <listitem><para><constant>COREPLUS</constant>: Slight improvements on 
12                         CORE for efficiency.</para></listitem>
14                         <listitem><para><constant>LANMAN1</constant>: First <emphasis>
15                         modern</emphasis> version of the protocol. Long filename
16                         support.</para></listitem>
18                         <listitem><para><constant>LANMAN2</constant>: Updates to Lanman1 protocol.
19                         </para></listitem>
21                         <listitem><para><constant>NT1</constant>: Current up to date version of 
22                         the protocol. Used by Windows NT. Known as CIFS.</para></listitem>
23                 </itemizedlist>
25                 <para>Normally this option should not be set as the automatic 
26                 negotiation phase in the SMB protocol takes care of choosing 
27                 the appropriate protocol.</para>
28                 
29                 <para>See also <link linkend="MINPROTOCOL"><parameter moreinfo="none">min
30                 protocol</parameter></link></para>
32                 <para>Default: <command moreinfo="none">max protocol = NT1</command></para>
33                 <para>Example: <command moreinfo="none">max protocol = LANMAN1</command></para>
34                 </listitem>
35                 </samba:parameter>