From: Björn Jacke Date: Sat, 10 Dec 2011 12:53:42 +0000 (+0100) Subject: s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f452add2231906742c9fd119371cd4fd81a1bdd6;p=kai%2Fsamba.git s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb Autobuild-User: Björn Jacke Autobuild-Date: Sat Dec 10 15:30:46 CET 2011 on sn-devel-104 --- diff --git a/docs-xml/manpages-3/vfs_acl_tdb.8.xml b/docs-xml/manpages-3/vfs_acl_tdb.8.xml index 646c5baf330..7c22dec5ded 100644 --- a/docs-xml/manpages-3/vfs_acl_tdb.8.xml +++ b/docs-xml/manpages-3/vfs_acl_tdb.8.xml @@ -45,9 +45,26 @@ OPTIONS - - There are no options for vfs_acl_tdb. - + + + + + acl_tdb:ignore system acls = [yes|no] + + + When set to yes, a best effort mapping + from/to the POSIX ACL layer will not be + done by this module. The default is no, + which means that Samba keeps setting and evaluating both the + system ACLs and the NT ACLs. This is better if you need your + system ACLs be set for local or NFS file access, too. If you only + access the data via Samba you might set this to yes to achieve + better NT ACL compatibility. + + + + + diff --git a/docs-xml/manpages-3/vfs_acl_xattr.8.xml b/docs-xml/manpages-3/vfs_acl_xattr.8.xml index d428cc22a35..41a8a9750a9 100644 --- a/docs-xml/manpages-3/vfs_acl_xattr.8.xml +++ b/docs-xml/manpages-3/vfs_acl_xattr.8.xml @@ -49,9 +49,26 @@ OPTIONS - - There are no options for vfs_acl_xattr. - + + + + + acl_xattr:ignore system acls = [yes|no] + + + When set to yes, a best effort mapping + from/to the POSIX ACL layer will not be + done by this module. The default is no, + which means that Samba keeps setting and evaluating both the + system ACLs and the NT ACLs. This is better if you need your + system ACLs be set for local or NFS file access, too. If you only + access the data via Samba you might set this to yes to achieve + better NT ACL compatibility. + + + + +