summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-06-30 14:24:59 +0200
committerJeremy Allison <jra@samba.org>2019-07-01 21:43:24 +0000
commiteb986786562d2551743e97f5cd59d59f574657ca (patch)
treec578378d7ff2348de6b7251bd5f19cd6847e5a4c /docs-xml
parent076f26dd5c9d5b2c5836f2cb66c9b2d895076ab6 (diff)
downloadsamba-eb986786562d2551743e97f5cd59d59f574657ca.tar.gz
vfs_fruit: make "fruit:zero_file_id" a per share option
Now that File-ID calculation goes through the VFS, we can nicely make a per-share option out of it. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_fruit.8.xml33
1 files changed, 16 insertions, 17 deletions
diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml
index c5bd593a139..364b1536f66 100644
--- a/docs-xml/manpages/vfs_fruit.8.xml
+++ b/docs-xml/manpages/vfs_fruit.8.xml
@@ -144,23 +144,6 @@
</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>
-
- <varlistentry>
<term>fruit:model = MacSamba</term>
<listitem>
<para>This option defines the model string inside the AAPL
@@ -407,6 +390,22 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>fruit:zero_file_id = yes | no</term>
+ <listitem>
+ <para>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 provides File-IDs based on a file's
+ initial creation date if the option <smbconfoption name="store dos
+ attributes"/> is enabled. 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>