From 07660ac01acf4fd4b03436dd0f597a246948a590 Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Tue, 16 Oct 2012 10:14:55 +0200 Subject: smb.conf(5): client 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/clientminprotocol.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'docs-xml/smbdotconf/protocol/clientminprotocol.xml') diff --git a/docs-xml/smbdotconf/protocol/clientminprotocol.xml b/docs-xml/smbdotconf/protocol/clientminprotocol.xml index 3bcccec82b..8687c5f2b8 100644 --- a/docs-xml/smbdotconf/protocol/clientminprotocol.xml +++ b/docs-xml/smbdotconf/protocol/clientminprotocol.xml @@ -1,15 +1,18 @@ + context="G" + type="enum" + developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - This setting controls the minimum protocol version that the client - will attempt to use. + This setting controls the minimum protocol version that the + client will attempt 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. + Normally this option should not be set as the automatic + negotiation phase in the SMB protocol takes care of choosing + the appropriate protocol. + + See client max protocol for a full list + of avaiable protocols client max protocol -- cgit