doc-xml/smbdotconf: fix server [min|max] protocol documentation
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / serverminprotocol.xml
blobfc249fc17bc3d6bdd938e83658224772e2536b16
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>
15         <para>See <related>server max protocol</related> for a full list
16         of available protocols.</para>
17 </description>
19 <related>server max protocol</related>
21 <value type="default">LANMAN1</value>
22 <value type="example">NT1</value>
23 </samba:parameter>