From 94da49cff475f329c5ba35e4412f0454e87faac0 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 28 Feb 2007 19:02:50 +0000 Subject: Document netatalk VFS module. (This used to be commit b32b9d9e3a0c4f5fd9e2416423322fe56d0ebde2) --- docs/manpages-3/smb-vfs-netatalk.8.xml | 73 ++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/manpages-3/smb-vfs-netatalk.8.xml (limited to 'docs/manpages-3') diff --git a/docs/manpages-3/smb-vfs-netatalk.8.xml b/docs/manpages-3/smb-vfs-netatalk.8.xml new file mode 100644 index 0000000000..ffae4681b5 --- /dev/null +++ b/docs/manpages-3/smb-vfs-netatalk.8.xml @@ -0,0 +1,73 @@ + + + + + + smb-vfs-netatalk + 8 + + + + + netatalk + hide .AppleDouble files from CIFS clients + + + + + vfs objects = netatalk + + + + + DESCRIPTION + + This module is part of the samba + 7 suite. + + The netatalk VFS 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. + + This module is stackable. + + + + + EXAMPLES + + Hide .AppleDouble files on the [data] share: + + + netatalk + + + + + + CAVEATS + This module is largely historic and unlikely to be of use + in modern networks since current Apple systems are able to mount CIFS + shares natively. + + + + + + VERSION + This man page is correct for version 3.0.25 of the Samba suite. + + + + + AUTHOR + + The 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. + + + + -- cgit