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