ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / protocol / clientminprotocol.xml
blob1eb07adc0c2a4200085a55a5a0bc019d5d0eb955
1 <samba:parameter name="client min protocol"
2                  context="G"
3                  type="enum"
4                  enumlist="enum_protocol"
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 unless you connect to a legacy SMB1-only server.</para>
14         <para>See <related>client max protocol</related> for a full list
15         of available protocols.</para>
17         <para>IPC$ connections for DCERPC e.g. in winbindd, are handled by the
18         <smbconfoption name="client ipc min protocol"/> option.</para>
20         <para>Note that most command line tools support
21         --option='client min protocol=NT1', so it may not be required to
22         enable SMB1 protocols globally in smb.conf.</para>
23 </description>
25 <related>client max protocol</related>
26 <related>server min protocol</related>
27 <related>client ipc min protocol</related>
28 <related>client ipc max protocol</related>
30 <value type="default">SMB2_02</value>
31 <value type="example">NT1</value>
32 </samba:parameter>