From c29eb90444170953721b087f8d26b4a3b98b3fe8 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Sun, 6 Apr 2003 22:14:01 +0000 Subject: Convert more parameters to new smb.conf(5) style. Document found occurences of non-documented parameters in doc-status (This used to be commit 3a9784d8b2318af4d9b349edd1aba4065d25da23) --- docs/docbook/smbdotconf/protocol/maxprotocol.xml | 67 ++++++++++++++---------- 1 file changed, 40 insertions(+), 27 deletions(-) (limited to 'docs/docbook/smbdotconf/protocol/maxprotocol.xml') diff --git a/docs/docbook/smbdotconf/protocol/maxprotocol.xml b/docs/docbook/smbdotconf/protocol/maxprotocol.xml index be859f8ee3..3f4e917828 100644 --- a/docs/docbook/smbdotconf/protocol/maxprotocol.xml +++ b/docs/docbook/smbdotconf/protocol/maxprotocol.xml @@ -1,35 +1,48 @@ - - max protocol (G) - The value of the parameter (a string) is the highest - protocol level that will be supported by the server. + + + The value of the parameter (a string) is the highest + protocol level that will be supported by the server. - Possible values are : - - CORE: Earliest version. No - concept of user names. + Possible values are : + + + CORE: Earliest version. No + concept of user names. + - COREPLUS: Slight improvements on - CORE for efficiency. + + COREPLUS: Slight improvements on + CORE for efficiency. + - LANMAN1: First - modern version of the protocol. Long filename - support. + + LANMAN1: First + modern version of the protocol. Long filename + support. + - LANMAN2: Updates to Lanman1 protocol. - + + LANMAN2: Updates to Lanman1 protocol. + - NT1: Current up to date version of - the protocol. Used by Windows NT. Known as CIFS. - + + NT1: Current up to date version of the protocol. + Used by Windows NT. Known as CIFS. + + - 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 also min - protocol + See also min + protocol - Default: max protocol = NT1 - Example: max protocol = LANMAN1 - - + Default: max protocol = NT1 + + Example: max protocol = LANMAN1 + + -- cgit