docs:smbdotconf: make formatting of headers uniform.
[samba.git] / docs-xml / smbdotconf / protocol / serverminprotocol.xml
1 <samba:parameter name="server min protocol"
2                  context="G"
3                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <synonym>min protocol</synonym>
6 <description>
7         <para>This setting controls the minimum protocol version that the server
8         will allow the client to use.</para>
9
10         <para>Normally this option should not be set as the automatic negotiation
11         phase in the SMB protocol takes care of choosing the appropriate
12         protocol.</para>
13
14         <para>See <related>server max protocol</related> for a full list
15         of available protocols.</para>
16 </description>
17
18 <related>server max protocol</related>
19
20 <value type="default">LANMAN1</value>
21 <value type="example">NT1</value>
22 </samba:parameter>