2012-09-27 03:12:16 +04:00
<samba:parameter name= "client min protocol"
2015-05-01 00:32:45 +03:00
context="G"
type="enum"
2015-04-28 12:46:21 +03:00
enumlist="enum_protocol"
2015-05-01 00:32:45 +03:00
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
2012-09-27 03:12:16 +04:00
<description >
2012-10-16 12:14:55 +04:00
<para > This setting controls the minimum protocol version that the
client will attempt to use.</para>
2012-09-27 03:12:16 +04:00
2012-10-16 12:14:55 +04:00
<para > Normally this option should not be set as the automatic
negotiation phase in the SMB protocol takes care of choosing
2019-06-06 15:07:13 +03:00
the appropriate protocol unless you connect to a legacy SMB1-only server.</para>
2012-10-16 12:14:55 +04:00
<para > See <related > client max protocol</related> for a full list
2013-07-08 11:18:17 +04:00
of available protocols.</para>
2016-02-27 05:45:43 +03:00
<para > IPC$ connections for DCERPC e.g. in winbindd, are handled by the
<smbconfoption name= "client ipc min protocol" /> option.</para>
2019-06-06 15:07:13 +03:00
<para > Note that most command line tools support
--option='client min protocol=NT1', so it may not be required to
enable SMB1 protocols globally in smb.conf.</para>
2012-09-27 03:12:16 +04:00
</description>
<related > client max protocol</related>
<related > server min protocol</related>
2016-02-27 05:45:43 +03:00
<related > client ipc min protocol</related>
<related > client ipc max protocol</related>
2019-06-06 15:07:13 +03:00
<value type= "default" > SMB2_02</value>
2012-09-27 03:12:16 +04:00
<value type= "example" > NT1</value>
</samba:parameter>