Make sure all the modules are referred to as vfs_module_name to avoid
[Samba/bjacke.git] / docs / manpages-3 / vfs_netatalk.8.xml
bloba3339a86de1fc192194ec734ffea860fc6d865b9
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_netatalk.8">
5 <refmeta>
6         <refentrytitle>vfs_netatalk</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>vfs_netatalk</refname>
13         <refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = netatalk</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
22 <refsect1>
23         <title>DESCRIPTION</title>
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
29         <para>The <command>vfs_netatalk</command> VFS module dynamically
30         hides .AppleDouble files, preventing spurious errors on some
31         CIFS clients. .AppleDouble files may be created by historic
32         implementations of AFP (Apple Filing Protocol) on servers. </para>
34         <para>This module is stackable.</para>
36 </refsect1>
38 <refsect1>
39         <title>EXAMPLES</title>
41         <para>Hide .AppleDouble files on the [data] share:</para>
42 <programlisting>
43         <smbconfsection name="[data]"/>
44         <smbconfoption name="vfs objects">netatalk</smbconfoption>
45 </programlisting>
47 </refsect1>
49 <refsect1>
50         <title>CAVEATS</title>
51         <para>This module is largely historic and unlikely to be of use
52         in modern networks since current Apple systems are able to mount CIFS
53         shares natively.
54         </para>
56 </refsect1>
58 <refsect1>
59         <title>VERSION</title>
60         <para>This man page is correct for version 3.0.25 of the Samba suite.
61         </para>
62 </refsect1>
64 <refsect1>
65         <title>AUTHOR</title>
67         <para>The original Samba software and related utilities
68         were created by Andrew Tridgell. Samba is now developed
69         by the Samba Team as an Open Source project similar
70         to the way the Linux kernel is developed.</para>
72 </refsect1>
74 </refentry>