Document the full_audit VFS module.
[abartlet/samba.git/.git] / docs / manpages-3 / smb-vfs-netatalk.8.xml
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="smb-vfs-netatalk.8">
4
5 <refmeta>
6         <refentrytitle>smb-vfs-netatalk</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>netatalk</refname>
13         <refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = netatalk</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
26         <manvolnum>7</manvolnum></citerefentry> suite.</para>
27
28         <para>The <command>netatalk</command> VFS module dynamically
29         hides .AppleDouble files, preventing spurious errors on some
30         CIFS clients. .AppleDouble files may be created by historic
31         implementations of AFP (Apple Filing Protocol) on servers. </para>
32
33         <para>This module is stackable.</para>
34
35 </refsect1>
36
37 <refsect1>
38         <title>EXAMPLES</title>
39
40         <para>Hide .AppleDouble files on the [data] share:</para>
41 <programlisting>
42         <smbconfsection name="[data]"/>
43         <smbconfoption name="vfs objects">netatalk</smbconfoption>
44 </programlisting>
45
46 </refsect1>
47
48 <refsect1>
49         <title>CAVEATS</title>
50         <para>This module is largely historic and unlikely to be of use
51         in modern networks since current Apple systems are able to mount CIFS
52         shares natively.
53         </para>
54
55 </refsect1>
56
57 <refsect1>
58         <title>VERSION</title>
59         <para>This man page is correct for version 3.0.25 of the Samba suite.
60         </para>
61 </refsect1>
62
63 <refsect1>
64         <title>AUTHOR</title>
65
66         <para>The original Samba software and related utilities
67         were created by Andrew Tridgell. Samba is now developed
68         by the Samba Team as an Open Source project similar
69         to the way the Linux kernel is developed.</para>
70
71 </refsect1>
72
73 </refentry>