librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / clientminprotocol.xml
blob8687c5f2b827bd06af769ec3334f8e121e551609
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
8         client 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>
14         <para>See <related>client max protocol</related> for a full list
15         of avaiable protocols</para>
16 </description>
18 <related>client max protocol</related>
19 <related>server min protocol</related>
20 <value type="default">CORE</value>
21 <value type="example">NT1</value>
22 </samba:parameter>