summaryrefslogtreecommitdiff
path: root/docs-xml/manpages/vfs_acl_tdb.8.xml
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-10-17 15:18:52 +0200
committerJeremy Allison <jra@samba.org>2017-11-08 00:20:07 +0100
commitdd3660631bace6d847955ebc9f410f0811dcd2d4 (patch)
tree399f895d82276dd4355dfd4ee075646ee2d1d31a /docs-xml/manpages/vfs_acl_tdb.8.xml
parent33c0b0df01e21c9e031bfe79986e1cfdb993ef6f (diff)
downloadsamba-dd3660631bace6d847955ebc9f410f0811dcd2d4.tar.gz
s3/posix_acls: add default ACL style "everyone"
This synthesizes an ACL with a single ACE with full permissions for everyone. Not used for now, this comes later. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/manpages/vfs_acl_tdb.8.xml')
-rw-r--r--docs-xml/manpages/vfs_acl_tdb.8.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs-xml/manpages/vfs_acl_tdb.8.xml b/docs-xml/manpages/vfs_acl_tdb.8.xml
index e36ccd91aa2..58cc0914c22 100644
--- a/docs-xml/manpages/vfs_acl_tdb.8.xml
+++ b/docs-xml/manpages/vfs_acl_tdb.8.xml
@@ -89,7 +89,7 @@
</varlistentry>
<varlistentry>
- <term>acl_tdb:default acl style = [posix|windows]</term>
+ <term>acl_tdb:default acl style = [posix|windows|everyone]</term>
<listitem>
<para>
This parameter determines the type of ACL that is synthesized in
@@ -108,6 +108,10 @@
owner and <emphasis>NT Authority\SYSTEM</emphasis>.
</para>
<para>
+ When set to <emphasis>everyone</emphasis>, an ACL is synthesized
+ giving full permissions to everyone (S-1-1-0).
+ </para>
+ <para>
The default for this option is <emphasis>posix</emphasis>.
</para>
</listitem>