diff options
author | Günther Deschner <gd@samba.org> | 2013-11-18 12:35:16 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:42 +0100 |
commit | 94b26e6d7b22396ad220ddd1ed359376fc151458 (patch) | |
tree | b2d71a0f73b30ead44b9f2e42487fca927f97f29 /docs-xml/manpages | |
parent | c7a4feaaf1236dce8de546b5019058efba047e31 (diff) | |
download | samba-94b26e6d7b22396ad220ddd1ed359376fc151458.tar.gz samba-94b26e6d7b22396ad220ddd1ed359376fc151458.tar.xz samba-94b26e6d7b22396ad220ddd1ed359376fc151458.zip |
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>
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 33b8dbd185..1f7aaf2bd6 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> @@ -175,6 +177,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; |