1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb

Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Sat Dec 10 15:30:46 CET 2011 on sn-devel-104
This commit is contained in:
Björn Jacke 2011-12-10 13:53:42 +01:00 committed by Bjoern Jacke
parent 092f1b9744
commit f452add223
2 changed files with 40 additions and 6 deletions

View File

@ -45,9 +45,26 @@
<refsect1>
<title>OPTIONS</title>
<para>
There are no options for <command>vfs_acl_tdb</command>.
</para>
<variablelist>
<!-- please keep in sync with the other acl vfs modules that provide the same options -->
<varlistentry>
<term>acl_tdb:ignore system acls = [yes|no]</term>
<listitem>
<para>
When set to <emphasis>yes</emphasis>, a best effort mapping
from/to the POSIX ACL layer will <emphasis>not</emphasis> be
done by this module. The default is <emphasis>no</emphasis>,
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.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>

View File

@ -49,9 +49,26 @@
<refsect1>
<title>OPTIONS</title>
<para>
There are no options for <command>vfs_acl_xattr</command>.
</para>
<variablelist>
<!-- please keep in sync with the other acl vfs modules that provide the same options -->
<varlistentry>
<term>acl_xattr:ignore system acls = [yes|no]</term>
<listitem>
<para>
When set to <emphasis>yes</emphasis>, a best effort mapping
from/to the POSIX ACL layer will <emphasis>not</emphasis> be
done by this module. The default is <emphasis>no</emphasis>,
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.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>