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_cap.8">
6 <refentrytitle>vfs_cap</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>
15 <refname>vfs_cap</refname>
16 <refpurpose>CAP encode filenames</refpurpose>
21 <command>vfs objects = cap</command>
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>CAP (Columbia Appletalk Protocol) encoding is a
33 technique for representing non-ASCII filenames in ASCII. The
34 <command>vfs_cap</command> VFS module translates filenames to and
35 from CAP format, allowing users to name files in their native
38 <para>CAP encoding is most commonly
39 used in Japanese language environments. </para>
41 <para>This module is stackable.</para>
47 <title>EXAMPLES</title>
49 <para>On a system using GNU libiconv, use CAP encoding to support
50 users in the Shift_JIS locale:</para>
53 <smbconfsection name="[global]"/>
54 <smbconfoption name="dos charset">CP932</smbconfoption>
55 <smbconfoption name="dos charset">CP932</smbconfoption>
56 <smbconfoption name="vfs objects">cap</smbconfoption>
62 <title>VERSION</title>
64 <para>This man page is correct for version 3.0.25 of the Samba suite.
71 <para>The original Samba software and related utilities
72 were created by Andrew Tridgell. Samba is now developed
73 by the Samba Team as an Open Source project similar
74 to the way the Linux kernel is developed.</para>