1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

docs: update vfs_fruit manpage

Add documentation that ea support = yes is required and explain why all
shares for OS X clients should use fruit if one uses it.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2016-03-09 14:01:05 +01:00 committed by Jeremy Allison
parent 3e88ccdd73
commit f28014d810

View File

@ -45,6 +45,14 @@
<command>vfs_streams_xattr</command> which must be loaded
together with <command>vfs_fruit</command>.</para>
<para>vfs_fruit requires "ea support = yes".</para>
<para>Be careful when mixing shares with and without
vfs_fruit. OS X clients negotiate SMB2 AAPL protocol
extensions on the first tcon, so mixing shares with and
without fruit will globally disable AAPL if the first tcon is
without fruit.</para>
<para>Having shares with ADS support enabled for OS X client
is worthwhile because it resembles the behaviour of Apple's
own SMB server implementation and it avoids certain severe
@ -234,6 +242,7 @@
<programlisting>
<smbconfsection name="[share]"/>
<smbconfoption name="ea support">yes</smbconfoption>
<smbconfoption name="vfs objects">catia fruit streams_xattr</smbconfoption>
<smbconfoption name="fruit:resource">file</smbconfoption>
<smbconfoption name="fruit:metadata">netatalk</smbconfoption>