diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-03-04 07:02:38 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-05-08 13:00:28 +0200 |
commit | a554f02bc16068d3a42050e6e39608c65565c5f9 (patch) | |
tree | 1ffbb5158863cf9b98a7a1cb07a1de063380b49e /docs-xml/manpages | |
parent | c29ff00fe4b2e9295c9796901452af06a4d15653 (diff) | |
download | samba-a554f02bc16068d3a42050e6e39608c65565c5f9.tar.gz |
libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smb.conf.5.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs-xml/manpages/smb.conf.5.xml b/docs-xml/manpages/smb.conf.5.xml index e98d18332ce..cb2f40b260b 100644 --- a/docs-xml/manpages/smb.conf.5.xml +++ b/docs-xml/manpages/smb.conf.5.xml @@ -470,8 +470,11 @@ chmod 1770 /usr/local/samba/lib/usershares <varlistentry> <term>%R</term> - <listitem><para>the selected protocol level after protocol negotiation. It can be one of CORE, COREPLUS, - LANMAN1, LANMAN2, NT1, SMB2_02, SMB2_10, SMB2_22, SMB2_24, SMB3_00, SMB3_02, SMB3_10 or SMB2_FF.</para></listitem> + <listitem><para>the selected protocol level after protocol negotiation. It can be one of + CORE, COREPLUS, LANMAN1, LANMAN2, NT1, + SMB2_02, SMB2_10, SMB2_22, SMB2_24, + SMB3_00, SMB3_02, SMB3_10, SMB3_11 + or SMB2_FF.</para></listitem> </varlistentry> <varlistentry> |