summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/protocol/clientipcminprotocol.xml
blob: fc04b780b15496ad2e8f6b424f99d1be2ab7f8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<samba:parameter name="client ipc min protocol"
                 context="G"
                 type="enum"
                 function="_client_ipc_min_protocol"
                 enumlist="enum_protocol"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>This setting controls the minimum protocol version that the
	will be attempted to use for IPC$ connections as DCERPC transport.</para>

	<para>Normally this option should not be set as the automatic
	negotiation phase in the SMB protocol takes care of choosing
	the appropriate protocol.</para>

	<para>The value <constant>default</constant> refers to the higher value
	of <constant>NT1</constant> and the effective value of
	<smbconfoption name="client min protocol"/>.</para>

	<para>See <smbconfoption name="client max protocol"/>  for a full list
	of available protocols. The values CORE, COREPLUS, LANMAN1, LANMAN2
	are silently upgraded to NT1.</para>
</description>

<related>client ipc max protocol</related>
<related>client min protocol</related>
<related>client max protocol</related>
<value type="default">default</value>
<value type="example">SMB3_11</value>
</samba:parameter>