diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:35:16 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:48 +0100 |
commit | 58390e2b8c6e502ac73db82d76ad4204c7eb7ac0 (patch) | |
tree | 40d3d776305cbb1c4729fc4d1176161cef2fbc66 /docs-xml | |
parent | 167d9494ba6323d1fa4975f3a10412524f4410c8 (diff) | |
download | samba-58390e2b8c6e502ac73db82d76ad4204c7eb7ac0.tar.gz |
docs: mention --sddl and --domain-sid in smbcacls manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 94b26e6d7b22396ad220ddd1ed359376fc151458)
Diffstat (limited to 'docs-xml')
-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 cbf3d6e6f8..e073b4c3e2 100644 --- a/docs-xml/manpages/smbcacls.1.xml +++ b/docs-xml/manpages/smbcacls.1.xml @@ -36,6 +36,8 @@ <arg choice="opt">-m|--max-protocol LEVEL</arg> <arg choice="opt">--query-security-info FLAGS</arg> <arg choice="opt">--set-security-info FLAGS</arg> + <arg choice="opt">--sddl</arg> + <arg choice="opt">--domain-sid SID</arg> </cmdsynopsis> </refsynopsisdiv> @@ -174,6 +176,18 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>--sddl</term> + <listitem><para>Output and input acls in sddl format. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--domain-sid SID</term> + <listitem><para>SID used for sddl processing. + </para></listitem> + </varlistentry> + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; |