File: clientipcminprotocol.xml

package info (click to toggle)
samba 2%3A4.9.5%2Bdfsg-5%2Bdeb10u3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124,560 kB
  • sloc: ansic: 1,450,921; python: 155,221; xml: 48,223; sh: 46,070; perl: 31,596; asm: 3,281; yacc: 2,332; cpp: 2,225; ada: 1,681; exp: 1,582; makefile: 1,366; pascal: 1,082; cs: 879; lex: 605; awk: 118; csh: 58; sed: 45
file content (29 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download | duplicates (11)
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>