smb.conf(5): Add basic documentation for 'server min protocol'.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2012 22:55:04 +0000 (15:55 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 00:52:38 +0000 (02:52 +0200)
Conflicts:
docs-xml/smbdotconf/protocol/serverminprotocol.xml

docs-xml/smbdotconf/protocol/serverminprotocol.xml

index c2a9cf591896a70770e1ebe6ed20fc4fccd0bafb..ba0866599abde1f26720c808bc5356ce8d8b5e12 100644 (file)
@@ -3,21 +3,12 @@
                  type="enum"
                                 developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<synonym>min protocol</synonym>
 <description>
-    <para>The value of the parameter (a string) is the 
-    lowest SMB protocol dialect than Samba will support.  Please refer
-    to the <smbconfoption name="server max protocol"/>
-    parameter for a list of valid protocol names and a brief description
-    of each.  You may also wish to refer to the C source code in
-    <filename moreinfo="none">source/smbd/negprot.c</filename> for a listing of known protocol
-    dialects supported by clients.</para>
-               
-    <para>If you are viewing this parameter as a security measure, you should
-    also refer to the <smbconfoption name="lanman auth"/> parameter.  Otherwise, you should never need 
-    to change this parameter.</para>
+       <para>This setting controls the minimum protocol version that the server will allow the client to use.</para>
 </description>
 
-<related>server min protocol</related>
+<related>server max protocol</related>
 <synonym>min protocol</synonym>
 
 <value type="default">CORE</value>