mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
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>
This commit is contained in:
parent
245a325532
commit
e11d4eb4d5
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user