smb.conf(5): Add basic documentation for 'client min protocol'.
[obnox/samba/samba-obnox.git] / docs-xml / smbdotconf / protocol / clientminprotocol.xml
1 <samba:parameter name="client min protocol"
2                  context="G"
3                  type="enum"
4                                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This setting controls the minimum protocol version that the client
8                 will attempt to use.</para>
9
10     <para>Normally this option should not be set as the automatic 
11     negotiation phase in the SMB protocol takes care of choosing 
12     the appropriate protocol.</para>
13 </description>
14
15 <related>client max protocol</related>
16 <related>server min protocol</related>
17 <value type="default">CORE</value>
18 <value type="example">NT1</value>
19 </samba:parameter>