From 7f3a8573f39e7ae2f2ee30bea22c7b602ffe1329 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 26 Aug 2016 10:22:37 +0200 Subject: [PATCH] docs: document vfs_acl_xattr|tdb enforced settings Bug: https://bugzilla.samba.org/show_bug.cgi?id=12181 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison (cherry picked from commit cbe8f0d63b90e4380da35e9f9f5a05d8ccc2058b) --- docs-xml/manpages/vfs_acl_tdb.8.xml | 9 +++++++++ docs-xml/manpages/vfs_acl_xattr.8.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs-xml/manpages/vfs_acl_tdb.8.xml b/docs-xml/manpages/vfs_acl_tdb.8.xml index 1d6587b18e9..80b60b4f47a 100644 --- a/docs-xml/manpages/vfs_acl_tdb.8.xml +++ b/docs-xml/manpages/vfs_acl_tdb.8.xml @@ -40,6 +40,15 @@ $LOCKDIR/file_ntacls.tdb. + + This module forces the following parameters: + + inherit acls = true + dos filemode = true + force unknown acl user = true + + + This module is stackable. diff --git a/docs-xml/manpages/vfs_acl_xattr.8.xml b/docs-xml/manpages/vfs_acl_xattr.8.xml index ed95632f401..8eef464b12c 100644 --- a/docs-xml/manpages/vfs_acl_xattr.8.xml +++ b/docs-xml/manpages/vfs_acl_xattr.8.xml @@ -44,6 +44,15 @@ ). + + This module forces the following parameters: + + inherit acls = true + dos filemode = true + force unknown acl user = true + + + This module is stackable. -- 2.11.4.GIT