diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:25:12 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:42 +0100 |
commit | c7a4feaaf1236dce8de546b5019058efba047e31 (patch) | |
tree | d56361b43e2c617e73711e14bda2894cbd86e9ca /docs-xml/manpages | |
parent | 019deb1e1acedb6ec522baad85592c17f2f78268 (diff) | |
download | samba-c7a4feaaf1236dce8de546b5019058efba047e31.tar.gz samba-c7a4feaaf1236dce8de546b5019058efba047e31.tar.xz samba-c7a4feaaf1236dce8de546b5019058efba047e31.zip |
docs: mention --query-security-info|--set-security-info in smbcacls manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/smbcacls.1.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs-xml/manpages/smbcacls.1.xml b/docs-xml/manpages/smbcacls.1.xml index 0b8fe946b98..33b8dbd1852 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -34,6 +34,8 @@ <arg choice="opt">-d</arg> <arg choice="opt">-e</arg> <arg choice="opt">-m|--max-protocol LEVEL</arg> + <arg choice="opt">--query-security-info FLAGS</arg> + <arg choice="opt">--set-security-info FLAGS</arg> </cmdsynopsis> </refsynopsisdiv> @@ -160,7 +162,19 @@ the arguments. </para></listitem> </varlistentry> - + + <varlistentry> + <term>--query-security-info FLAGS</term> + <listitem><para>The security-info flags for queries. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--set-security-info FLAGS</term> + <listitem><para>The security-info flags for queries. + </para></listitem> + </varlistentry> + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; |