source: vendor/3.6.23/docs-xml/smbdotconf/protocol/minprotocol.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 979 bytes
Line 
1<samba:parameter name="min protocol"
2 context="G"
3 type="string"
4 developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>The value of the parameter (a string) is the
8 lowest SMB protocol dialect than Samba will support. Please refer
9 to the <smbconfoption name="max protocol"/>
10 parameter for a list of valid protocol names and a brief description
11 of each. You may also wish to refer to the C source code in
12 <filename moreinfo="none">source/smbd/negprot.c</filename> for a listing of known protocol
13 dialects supported by clients.</para>
14
15 <para>If you are viewing this parameter as a security measure, you should
16 also refer to the <smbconfoption name="lanman auth"/> parameter. Otherwise, you should never need
17 to change this parameter.</para>
18</description>
19
20<value type="default">CORE</value>
21<value type="example">NT1</value>
22</samba:parameter>
Note: See TracBrowser for help on using the repository browser.