source: trunk-3.0/docs/manpages/vfs_netatalk.8@ 102

Last change on this file since 102 was 44, checked in by Paul Smedley, 18 years ago

Update source to 3.0.25b

File size: 1.4 KB
Line 
1.\"Generated by db2man.xsl. Don't modify this, modify the source.
2.de Sh \" Subsection
3.br
4.if t .Sp
5.ne 5
6.PP
7\fB\\$1\fR
8.PP
9..
10.de Sp \" Vertical space (when we can't use .PP)
11.if t .sp .5v
12.if n .sp
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "VFS_NETATALK" 8 "" "" ""
21.SH "NAME"
22vfs_netatalk - hide .AppleDouble files from CIFS clients
23.SH "SYNOPSIS"
24.HP 1
25vfs objects = netatalk
26.SH "DESCRIPTION"
27.PP
28This VFS module is part of the
29\fBsamba\fR(7)
30suite.
31.PP
32The
33vfs_netatalk
34VFS module dynamically hides .AppleDouble files, preventing spurious errors on some CIFS clients. .AppleDouble files may be created by historic implementations of AFP (Apple Filing Protocol) on servers.
35.PP
36This module is stackable.
37.SH "EXAMPLES"
38.PP
39Hide .AppleDouble files on the [data] share:
40
41.nf
42
43 \fI[data]\fR
44 vfs objects = netatalk
45
46.fi
47.SH "CAVEATS"
48.PP
49This module is largely historic and unlikely to be of use in modern networks since current Apple systems are able to mount CIFS shares natively.
50.SH "VERSION"
51.PP
52This man page is correct for version 3.0.25 of the Samba suite.
53.SH "AUTHOR"
54.PP
55The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
56
Note: See TracBrowser for help on using the repository browser.