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

docs: document vfs_acl_xattr|tdb enforced settings

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12181

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2016-08-26 10:22:37 +02:00
parent 09580103fe
commit cbe8f0d63b
2 changed files with 18 additions and 0 deletions

View File

@ -40,6 +40,15 @@
<filename>$LOCKDIR/file_ntacls.tdb</filename>.
</para>
<para>
This module forces the following parameters:
<itemizedlist>
<listitem><para>inherit acls = true</para></listitem>
<listitem><para>dos filemode = true</para></listitem>
<listitem><para>force unknown acl user = true</para></listitem>
</itemizedlist>
</para>
<para>This module is stackable.</para>
</refsect1>

View File

@ -44,6 +44,15 @@
</command>).
</para>
<para>
This module forces the following parameters:
<itemizedlist>
<listitem><para>inherit acls = true</para></listitem>
<listitem><para>dos filemode = true</para></listitem>
<listitem><para>force unknown acl user = true</para></listitem>
</itemizedlist>
</para>
<para>This module is stackable.</para>
</refsect1>