docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / protocol / serverminprotocol.xml
blob25457d9cd634944727dad819e9c88b2e06b5cafd
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>
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>
14         <para>See <related>server max protocol</related> for a full list
15         of available protocols.</para>
16 </description>
18 <related>server max protocol</related>
20 <value type="default">LANMAN1</value>
21 <value type="example">NT1</value>
22 </samba:parameter>