From cbe8f0d63b90e4380da35e9f9f5a05d8ccc2058b Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 26 Aug 2016 10:22:37 +0200 Subject: 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 --- docs-xml/manpages/vfs_acl_tdb.8.xml | 9 +++++++++ docs-xml/manpages/vfs_acl_xattr.8.xml | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages/vfs_acl_tdb.8.xml b/docs-xml/manpages/vfs_acl_tdb.8.xml index 607e3449d9d..68e41797aad 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 8da73e0dc79..8396ced4e48 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. -- cgit v1.2.1