From d6ec1ef6cc679c94a6a83fad11711bae27db6ff7 Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Tue, 11 Dec 2012 13:46:38 +0100 Subject: smb.conf(5): server min protocol: add hint at list of available protocols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And fix the format. Signed-off-by: Björn Baumbach Reviewed-by: Michael Adam Reviewed-by: Volker Lendecke --- docs-xml/smbdotconf/protocol/serverminprotocol.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs-xml/smbdotconf') 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 @@ + context="G" + type="enum" + developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> min protocol This setting controls the minimum protocol version that the server - will allow the client to use. + will allow the client to use. Normally this option should not be set as the automatic negotiation - phase in the SMB protocol takes care of choosing the appropriate - protocol. + phase in the SMB protocol takes care of choosing the appropriate + protocol. + + See server max protocol for a full list + of avaiable protocols. server max protocol -- cgit