diff options
author | Ralph Boehme <slow@samba.org> | 2014-11-28 22:44:29 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-12-05 00:34:00 +0100 |
commit | 8f4813ff3070858cfa7e7da6fb703294bdedabed (patch) | |
tree | 347511f927b46bb3f8d62bb7d7a6bb52e645046b /docs-xml/manpages | |
parent | 9994f1fed885ed6e413dffadf6ea93a97f57ac5a (diff) | |
download | samba-8f4813ff3070858cfa7e7da6fb703294bdedabed.tar.gz |
vfs_fruit: add AAPL options
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Dec 5 00:34:01 CET 2014 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/vfs_fruit.8.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index 47caeb008e7..a9e2e6d2a54 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -153,6 +153,41 @@ </listitem> </varlistentry> + <varlistentry> + <term>fruit:aapl = yes | no</term> + <listitem> + <para>A global option whether to enable Apple's SMB2+ + extension codenamed AAPL. Default + <emphasis>yes</emphasis>. This extension enhances + several deficiencies when connecting from Macs:</para> + + <itemizedlist> + <listitem><para>directory enumeration is enriched with + Mac relevant filesystem metadata (UNIX mode, + FinderInfo, resource fork size and effective + permission), as a result the Mac client doesn't need + to fetch this metadata individuallly per directory + entry resulting in an often tremendous performance + increase.</para></listitem> + + <listitem><para>The ability to query and modify the + UNIX mode of directory entries.</para></listitem> + </itemizedlist> + + <para>There's a set of per share options that can be + used to disable the computation of specific Mac metadata + in the directory enumeration context, all are enabled by + default:</para> + + <itemizedlist> + <listitem><para>readdir_attr:aapl_rsize = true | false</para></listitem> + <listitem><para>readdir_attr:aapl_finder_info = true | false</para></listitem> + <listitem><para>readdir_attr:aapl_max_access = true | false</para></listitem> + </itemizedlist> + + </listitem> + </varlistentry> + </variablelist> </refsect1> |