docs-xml: fix reference from "server min protocol" to "server max protocol"
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / serverminprotocol.xml
blobd313908c2fcb4de3db683608b68e435d53424d8d
1 <samba:parameter name="server min protocol"
2                  context="G"
3                                  type="string"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>The value of the parameter (a string) is the 
8     lowest SMB protocol dialect than Samba will support.  Please refer
9     to the <smbconfoption name="server max protocol"/>
10     parameter for a list of valid protocol names and a brief description
11     of each.  You may also wish to refer to the C source code in
12     <filename moreinfo="none">source/smbd/negprot.c</filename> for a listing of known protocol
13     dialects supported by clients.</para>
14                 
15     <para>If you are viewing this parameter as a security measure, you should
16     also refer to the <smbconfoption name="lanman auth"/> parameter.  Otherwise, you should never need 
17     to change this parameter.</para>
18 </description>
20 <related>server min protocol</related>
21 <synonym>min protocol</synonym>
23 <value type="default">LANMAN1</value>
24 <value type="example">NT1</value>
25 </samba:parameter>