diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-11-18 13:05:24 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-11-18 13:05:24 +0100 |
commit | da8aba53d61496d0df2bd32f92030cdee0300f2f (patch) | |
tree | 41af40e75df2adb35f58f61ed14c65dec6a9f2c3 /docs-xml/smbdotconf | |
parent | 054833a892cdbf3ef4efbd8eec468cf4b287c95d (diff) | |
download | samba-da8aba53d61496d0df2bd32f92030cdee0300f2f.tar.gz samba-da8aba53d61496d0df2bd32f92030cdee0300f2f.tar.bz2 samba-da8aba53d61496d0df2bd32f92030cdee0300f2f.zip |
s3/docs: Add "max protocol = smb2" to man smb.conf.
Karolin
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/protocol/maxprotocol.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/maxprotocol.xml b/docs-xml/smbdotconf/protocol/maxprotocol.xml index e785909147..3648a5ecb0 100644 --- a/docs-xml/smbdotconf/protocol/maxprotocol.xml +++ b/docs-xml/smbdotconf/protocol/maxprotocol.xml @@ -33,6 +33,11 @@ <para><constant>NT1</constant>: Current up to date version of the protocol. Used by Windows NT. Known as CIFS.</para> </listitem> + <listitem> + <para><constant>SMB2</constant>: Re-implementation of the SMB protocol. + Used by Windows Vista and newer. The Samba implementation of SMB2 is + currently marked experimental!</para> + </listitem> </itemizedlist> <para>Normally this option should not be set as the automatic |