From: David Disseldorp Date: Fri, 12 Apr 2019 11:55:50 +0000 (+0200) Subject: docs/vfs_ceph: describe new ACL behaviour X-Git-Tag: tdb-1.4.1~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58314d71ea63e36d5f1bbd2c3e190b1edffee726;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Apr 12 19:40:25 UTC 2019 on sn-devel-144 --- 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. + + + vfs_ceph 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: + + + client acl type = posix_acl + fuse default permissions = false +