diff options
author | Björn Baumbach <bb@sernet.de> | 2012-12-11 13:46:38 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:19 +0100 |
commit | d6ec1ef6cc679c94a6a83fad11711bae27db6ff7 (patch) | |
tree | 99164e6b8a4a0958ed82aa2d5700065f24484c4e /docs-xml | |
parent | 41955b711f48ee2c8fe70a7e9967a2a96adf8a3d (diff) | |
download | samba-d6ec1ef6cc679c94a6a83fad11711bae27db6ff7.tar.gz samba-d6ec1ef6cc679c94a6a83fad11711bae27db6ff7.tar.bz2 samba-d6ec1ef6cc679c94a6a83fad11711bae27db6ff7.zip |
smb.conf(5): server min protocol: add hint at list of available protocols
And fix the format.
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/protocol/serverminprotocol.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs-xml/smbdotconf/protocol/serverminprotocol.xml b/docs-xml/smbdotconf/protocol/serverminprotocol.xml index 4edecc45c4..315d24b438 100644 --- a/docs-xml/smbdotconf/protocol/serverminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/serverminprotocol.xml @@ -1,16 +1,19 @@ <samba:parameter name="server min protocol" - context="G" - type="enum" - developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + 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> + 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> + 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 avaiable protocols.</para> </description> <related>server max protocol</related> |