s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb
authorBjörn Jacke <bj@sernet.de>
Sat, 10 Dec 2011 12:53:42 +0000 (13:53 +0100)
committerBjoern Jacke <bj@sernet.de>
Sat, 10 Dec 2011 14:30:46 +0000 (15:30 +0100)
Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Sat Dec 10 15:30:46 CET 2011 on sn-devel-104

docs-xml/manpages-3/vfs_acl_tdb.8.xml
docs-xml/manpages-3/vfs_acl_xattr.8.xml

index 646c5baf330d3be810c1312598aae6b94422502d..7c22dec5ded8714303fde44ad5eacb0226f17e18 100644 (file)
 
 <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>
index d428cc22a351df9f333b82b2c389b0825a808424..41a8a9750a9cb37b271aea734e56b013476b9dec 100644 (file)
 
 <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>