diff options
author | Matthew McGillis <matthew@mcgillis.org> | 2010-05-05 22:43:28 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-05-17 10:21:51 +0200 |
commit | b05faffd00a54520b49722db89ae820284e257db (patch) | |
tree | a95d81c9d2fc5b297c6d371d9923b92dae055173 /docs-xml | |
parent | 843c6a03c7094a58484fab10e246a8153d976de5 (diff) | |
download | samba-b05faffd00a54520b49722db89ae820284e257db.tar.gz samba-b05faffd00a54520b49722db89ae820284e257db.tar.bz2 samba-b05faffd00a54520b49722db89ae820284e257db.zip |
added documentation for the -I flag
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smbcacls.1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml index 3e63b9b0d4..571cb6923a 100644 --- a/docs-xml/manpages-3/smbcacls.1.xml +++ b/docs-xml/manpages-3/smbcacls.1.xml @@ -27,6 +27,7 @@ <arg choice="opt">-S acls</arg> <arg choice="opt">-C name</arg> <arg choice="opt">-G name</arg> + <arg choice="opt">-I allow|romove|copy</arg> <arg choice="opt">--numeric</arg> <arg choice="opt">-t</arg> <arg choice="opt">-U username</arg> @@ -118,6 +119,19 @@ <varlistentry> + <term>-I|--inherit allow|remove|copy</term> + <listitem><para>Set or unset the windows "Allow inheritable + permissions" check box using the <parameter>-I</parameter> + option. To set the check box pass allow. To unset the check + box pass either remove or copy. Remove will remove all + inherited acls. Copy will copy all the inherited acls. + </para></listitem> + + </varlistentry> + + + + <varlistentry> <term>--numeric</term> <listitem><para>This option displays all ACL information in numeric format. The default is to convert SIDs to names and ACE types |