s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flags
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / clientminprotocol.xml
blob3bcccec82bf3223993f370b3eaad6364298c0173
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>
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>
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>