• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/docs-xml/manpages-3/
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">
4
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">3.5</refmiscinfo>
11</refmeta>
12
13
14<refnamediv>
15	<refname>vfs_netatalk</refname>
16	<refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
17</refnamediv>
18
19<refsynopsisdiv>
20	<cmdsynopsis>
21		<command>vfs objects = netatalk</command>
22	</cmdsynopsis>
23</refsynopsisdiv>
24
25<refsect1>
26	<title>DESCRIPTION</title>
27
28	<para>This VFS module is part of the
29	<citerefentry><refentrytitle>samba</refentrytitle>
30	<manvolnum>7</manvolnum></citerefentry> suite.</para>
31
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>
36
37	<para>This module is stackable.</para>
38
39</refsect1>
40
41<refsect1>
42	<title>EXAMPLES</title>
43
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>
49
50</refsect1>
51
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>
58
59</refsect1>
60
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>
66
67<refsect1>
68	<title>AUTHOR</title>
69
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>
74
75</refsect1>
76
77</refentry>
78