summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2019-04-12 13:55:50 +0200
committerJeremy Allison <jra@samba.org>2019-04-12 19:40:25 +0000
commit58314d71ea63e36d5f1bbd2c3e190b1edffee726 (patch)
treed19e1ecd26990b122d6f2b173bd8734dec9b6da3 /docs-xml
parent4982e282f2f2246952854ccc10d4787ac6653a7f (diff)
downloadsamba-58314d71ea63e36d5f1bbd2c3e190b1edffee726.tar.gz
docs/vfs_ceph: describe new ACL behaviour
vfs_ceph now explicitly enables libcephfs POSIX ACL support. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13896 Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Apr 12 19:40:25 UTC 2019 on sn-devel-144
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_ceph.8.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_ceph.8.xml b/docs-xml/manpages/vfs_ceph.8.xml
index 453052ebae9..5b32122113a 100644
--- a/docs-xml/manpages/vfs_ceph.8.xml
+++ b/docs-xml/manpages/vfs_ceph.8.xml
@@ -49,6 +49,17 @@
list. Modules added to this list to the right of the ceph
entry may not have any effect at all.
</para>
+
+ <para>
+ <command>vfs_ceph</command> performs mapping between Windows and
+ POSIX Access Control Lists (ACLs). To ensure correct processing
+ and enforcement of POSIX ACLs, the following Ceph configuration
+ parameters are automatically applied:
+ </para>
+ <programlisting>
+ <command>client acl type = posix_acl</command>
+ <command>fuse default permissions = false</command>
+ </programlisting>
</refsect1>
<refsect1>