From e11d4eb4d5c6cfc6daa3dbdcc301a4fa83298f0e Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Thu, 23 Mar 2017 14:51:32 +0200 Subject: [PATCH] vfs_fruit: document added zero_file_id parameter BUG: https://bugzilla.samba.org/show_bug.cgi?id=12715 Signed-off-by: Uri Simchoni Reviewed-by: Ralph Boehme --- docs-xml/manpages/vfs_fruit.8.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 @@ + + fruit:zero_file_id = yes | no + + A global option whether to return + zero to queries of on-disk file identifier, if the client + has negotiated AAPL. + 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. + The default is yes. + + + -- 2.11.4.GIT