source: vendor/current/docs-xml/smbdotconf/protocol/serverminprotocol.xml

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: 781 bytes
Line 
1<samba:parameter name="server min protocol"
2 context="G"
3 type="enum"
4 enumlist="enum_protocol"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<synonym>min protocol</synonym>
7<description>
8 <para>This setting controls the minimum protocol version that the server
9 will allow the client to use.</para>
10
11 <para>Normally this option should not be set as the automatic negotiation
12 phase in the SMB protocol takes care of choosing the appropriate
13 protocol.</para>
14
15 <para>See <related>server max protocol</related> for a full list
16 of available protocols.</para>
17</description>
18
19<related>server max protocol</related>
20
21<value type="default">LANMAN1</value>
22<value type="example">NT1</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.