1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/docs-xml/smbdotconf/protocol/clientminprotocol.xml
Karolin Seeger 415235b62d docs: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
2013-07-08 10:23:13 +02:00

23 lines
708 B
XML

<samba:parameter name="client min protocol"
context="G"
type="enum"
developer="1"
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>
</description>
<related>client max protocol</related>
<related>server min protocol</related>
<value type="default">CORE</value>
<value type="example">NT1</value>
</samba:parameter>