doc-xml/smbdotconf: fix server [min|max] protocol documentation (bug 9883)
[Samba.git] / docs-xml / smbdotconf / protocol / serverminprotocol.xml
blobc324fcb6ab15b885d4e777a21986af9cf119319b
1 <samba:parameter name="server min protocol"
2                  context="G"
3                  type="enum"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <synonym>min protocol</synonym>
7 <description>
8         <para>This setting controls the minimum protocol version that the server
9                 will allow the client to use.</para>
11         <para>Normally this option should not be set as the automatic negotiation
12                 phase in the SMB protocol takes care of choosing the appropriate
13                 protocol.</para>
14 </description>
16 <related>server max protocol</related>
18 <value type="default">LANMAN1</value>
19 <value type="example">NT1</value>
20 </samba:parameter>