diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:25:12 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:48 +0100 |
commit | 167d9494ba6323d1fa4975f3a10412524f4410c8 (patch) | |
tree | 41ecac1cc09570d6a94c69ee2a9a1717994b9e9f /docs-xml/manpages | |
parent | 90bc0ffcfec4d272f441639b65a46a97f4657969 (diff) | |
download | samba-167d9494ba6323d1fa4975f3a10412524f4410c8.tar.gz |
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>
(cherry picked from commit c7a4feaaf1236dce8de546b5019058efba047e31)
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 da63958aa1..cbf3d6e6f8 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> @@ -159,7 +161,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; |