dynconfig/config.m4: disallow --prefix=/usr and --prefix=/usr/local without --enable-fhs
[Samba/gebeck_regimport.git] / docs-xml / manpages / vfs_netatalk.8.xml
blobc6650dc8cd8323a27e86eb17ed2f09fa25ddad30
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         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.0</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>vfs_netatalk</refname>
16         <refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = netatalk</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
25 <refsect1>
26         <title>DESCRIPTION</title>
28         <para>This VFS module is part of the
29         <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32         <para>The <command>vfs_netatalk</command> VFS module dynamically
33         hides .AppleDouble files, preventing spurious errors on some
34         CIFS clients. .AppleDouble files may be created by historic
35         implementations of AFP (Apple Filing Protocol) on servers. </para>
37         <para>This module is stackable.</para>
39 </refsect1>
41 <refsect1>
42         <title>EXAMPLES</title>
44         <para>Hide .AppleDouble files on the [data] share:</para>
45 <programlisting>
46         <smbconfsection name="[data]"/>
47         <smbconfoption name="vfs objects">netatalk</smbconfoption>
48 </programlisting>
50 </refsect1>
52 <refsect1>
53         <title>CAVEATS</title>
54         <para>This module is largely historic and unlikely to be of use
55         in modern networks since current Apple systems are able to mount CIFS
56         shares natively.
57         </para>
59 </refsect1>
61 <refsect1>
62         <title>VERSION</title>
63         <para>This man page is correct for version 3.0.25 of the Samba suite.
64         </para>
65 </refsect1>
67 <refsect1>
68         <title>AUTHOR</title>
70         <para>The original Samba software and related utilities
71         were created by Andrew Tridgell. Samba is now developed
72         by the Samba Team as an Open Source project similar
73         to the way the Linux kernel is developed.</para>
75 </refsect1>
77 </refentry>