Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
1.1 KB
|
Line | |
---|
1 | <samba:parameter name="client ipc max protocol"
|
---|
2 | context="G"
|
---|
3 | type="enum"
|
---|
4 | function="_client_ipc_max_protocol"
|
---|
5 | enumlist="enum_protocol"
|
---|
6 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
7 | <description>
|
---|
8 | <para>The value of the parameter (a string) is the highest
|
---|
9 | protocol level that will be supported for IPC$ connections as DCERPC transport.</para>
|
---|
10 |
|
---|
11 | <para>Normally this option should not be set as the automatic
|
---|
12 | negotiation phase in the SMB protocol takes care of choosing
|
---|
13 | the appropriate protocol.</para>
|
---|
14 |
|
---|
15 | <para>The value <constant>default</constant> refers to the latest
|
---|
16 | supported protocol, currently <constant>SMB3_11</constant>.</para>
|
---|
17 |
|
---|
18 | <para>See <smbconfoption name="client max protocol"/> for a full list
|
---|
19 | of available protocols. The values CORE, COREPLUS, LANMAN1, LANMAN2
|
---|
20 | are silently upgraded to NT1.</para>
|
---|
21 | </description>
|
---|
22 |
|
---|
23 | <related>client ipc min protocol</related>
|
---|
24 | <related>client min protocol</related>
|
---|
25 | <related>client max protocol</related>
|
---|
26 |
|
---|
27 | <value type="default">default</value>
|
---|
28 | <value type="example">SMB2_10</value>
|
---|
29 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.