mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
8ff6a955f5
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11796 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<samba:parameter name="client ipc max protocol"
|
|
context="G"
|
|
type="enum"
|
|
function="_client_ipc_max_protocol"
|
|
enumlist="enum_protocol"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>The value of the parameter (a string) is the highest
|
|
protocol level that will be supported 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 latest
|
|
supported protocol, currently <constant>SMB3_11</constant>.</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 min protocol</related>
|
|
<related>client min protocol</related>
|
|
<related>client max protocol</related>
|
|
|
|
<value type="default">default</value>
|
|
<value type="example">SMB2_10</value>
|
|
</samba:parameter>
|