1 <samba:parameter name="client min protocol"
4 enumlist="enum_protocol"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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>
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>