summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2017-03-23 14:51:32 +0200
committerRalph Boehme <slow@samba.org>2017-03-26 19:42:16 +0200
commite11d4eb4d5c6cfc6daa3dbdcc301a4fa83298f0e (patch)
treecc7244acc124dc54b19612816fca4632c32c2fca /docs-xml
parent245a325532c9a46ec3e459ceca38e903b203f691 (diff)
downloadsamba-e11d4eb4d5c6cfc6daa3dbdcc301a4fa83298f0e.tar.gz
vfs_fruit: document added zero_file_id parameter
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12715 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_fruit.8.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml
index a00f6a9b9e0..0bddd4aea1a 100644
--- a/docs-xml/manpages/vfs_fruit.8.xml
+++ b/docs-xml/manpages/vfs_fruit.8.xml
@@ -143,6 +143,23 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>fruit:zero_file_id = yes | no</term>
+ <listitem>
+ <para>A <emphasis>global</emphasis> option whether to return
+ zero to queries of on-disk file identifier, if the client
+ has negotiated AAPL.</para>
+ <para>Mac applications and / or the Mac SMB
+ client code expect the on-disk file identifier to have the
+ semantics of HFS+ Catalog Node Identifier (CNID). Samba
+ doesn't provide those semantics, and that occasionally cause
+ usability issues or even data loss. Returning a file identifier
+ of zero causes the Mac client to stop using and trusting the
+ file id returned from the server.</para>
+ <para>The default is <emphasis>yes</emphasis>.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>