docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option
authorRalph Boehme <slow@samba.org>
Tue, 2 Oct 2018 14:31:15 +0000 (16:31 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 31 Oct 2018 20:27:17 +0000 (21:27 +0100)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/vfs_fruit.8.xml

index 25833038d96d69df78d518d41302e5b84b066aad..0df5a7e5a792274a1bee55beb77c06e2e3c05a6d 100644 (file)
            </listitem>
          </varlistentry>
 
+         <varlistentry>
+           <term>fruit:wipe_intentionally_left_blank_rfork = yes | no</term>
+           <listitem>
+             <para>Whether to wipe Resource Fork data that matches the special
+             286 bytes sized placeholder blob that macOS client create on
+             occasion. The blob contains a string <quote>This resource fork
+             intentionally left blank</quote>, the remaining bytes being mostly
+             zero. There being no one use of this data, it is probably safe to
+             discard it. When this option is enabled, this module truncates the
+             Resource Fork stream to 0 bytes.</para>
+             <para>The default is <emphasis>no</emphasis>.</para>
+           </listitem>
+         </varlistentry>
+
        </variablelist>
 </refsect1>