sync packagaing with SAMBA_3_0
[kai/samba.git] / docs / docbook / smbdotconf / protocol / minprotocol.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="MINPROTOCOL"/>min protocol (G)</term>
3                 <listitem><para>The value of the parameter (a string) is the 
4                 lowest SMB protocol dialect than Samba will support.  Please refer
5                 to the <link linkend="MAXPROTOCOL"><parameter moreinfo="none">max protocol</parameter></link>
6                 parameter for a list of valid protocol names and a brief description
7                 of each.  You may also wish to refer to the C source code in
8                 <filename moreinfo="none">source/smbd/negprot.c</filename> for a listing of known protocol
9                 dialects supported by clients.</para>
10                 
11                 <para>If you are viewing this parameter as a security measure, you should
12                 also refer to the <link linkend="LANMANAUTH"><parameter moreinfo="none">lanman 
13                 auth</parameter></link> parameter.  Otherwise, you should never need 
14                 to change this parameter.</para>
15                 
16                 <para>Default : <command moreinfo="none">min protocol = CORE</command></para>
17                 <para>Example : <command moreinfo="none">min protocol = NT1</command>  # disable DOS 
18                 clients</para>
19                 </listitem>
20                 </samba:parameter>