mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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>
29 lines
999 B
XML
29 lines
999 B
XML
<samba:parameter name="client min protocol"
|
|
context="G"
|
|
type="enum"
|
|
enumlist="enum_protocol"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This setting controls the minimum protocol version that the
|
|
client will attempt to use.</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>See <related>client max protocol</related> for a full list
|
|
of available protocols.</para>
|
|
|
|
<para>IPC$ connections for DCERPC e.g. in winbindd, are handled by the
|
|
<smbconfoption name="client ipc min protocol"/> option.</para>
|
|
</description>
|
|
|
|
<related>client max protocol</related>
|
|
<related>server min protocol</related>
|
|
<related>client ipc min protocol</related>
|
|
<related>client ipc max protocol</related>
|
|
|
|
<value type="default">CORE</value>
|
|
<value type="example">NT1</value>
|
|
</samba:parameter>
|