diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-16 16:44:14 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-08-21 17:28:55 +0200 |
commit | 646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0 (patch) | |
tree | 0358f41b903b1eb3e35ed76e7dd5eef198e4ee52 /docs-xml/manpages | |
parent | d9c88a56dc451be09e8c9fc9aa8857e312fcb444 (diff) | |
download | samba-646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0.tar.gz samba-646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0.tar.bz2 samba-646ed6884c91cde7c9aec6fdb1a25d0e6a0898d0.zip |
Add "max protocol" command line documentation for smbcacls.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smbcacls.1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index a29236881e..39815a095f 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -33,6 +33,7 @@ <arg choice="opt">-U username</arg> <arg choice="opt">-h</arg> <arg choice="opt">-d</arg> + <arg choice="opt">-m|--max-protocol LEVEL</arg> </cmdsynopsis> </refsynopsisdiv> @@ -139,6 +140,19 @@ </varlistentry> <varlistentry> + <term>-m|--max-protocol PROTOCOL_NAME</term> + <listitem><para>This allows the user to select the + highest SMB protocol level that smbcacls will use to + connect to the server. By default this is set to + NT1, which is the highest available SMB1 protocol. + To connect using SMB2 or SMB3 protocol, use the + strings SMB2 or SMB3 respectively. Note that to connect + to a Windows 2012 server with encrypted transport selecting + a max-protocol of SMB3 is required. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-t|--test-args</term> <listitem><para> Don't actually do anything, only validate the correctness of |