mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
0ffd074690
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
24 lines
714 B
XML
24 lines
714 B
XML
<samba:parameter name="server min protocol"
|
|
context="G"
|
|
type="enum"
|
|
developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<synonym>min protocol</synonym>
|
|
<description>
|
|
<para>This setting controls the minimum protocol version that the server
|
|
will allow the client 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>server max protocol</related> for a full list
|
|
of available protocols.</para>
|
|
</description>
|
|
|
|
<related>server max protocol</related>
|
|
|
|
<value type="default">LANMAN1</value>
|
|
<value type="example">NT1</value>
|
|
</samba:parameter>
|