Add more content to the description of "registry shares".
[Samba/bjacke.git] / docs / manpages-3 / vfs_catia.8.xml
blobe2d135d9a1020d80ee6d72cd3ef3ce3d36ffbd99
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_catia.8">
5 <refmeta>
6         <refentrytitle>vfs_catia</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>vfs_catia</refname>
13         <refpurpose>translate illegal characters in Catia filenames</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = catia</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
22 <refsect1>
23         <title>DESCRIPTION</title>
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
29         <para>The Catia CAD package commonly creates filenames that
30         use characters that are illegal in CIFS filenames. The
31         <command>vfs_catia</command> VFS module implements a fixed character
32         mapping so that these files can be shared with CIFS clients.
33         </para>
35         <para>This module is stackable.</para>
37 </refsect1>
40 <refsect1>
41         <title>EXAMPLES</title>
43         <para>Map Catia filenames on the [CAD] share:</para>
45 <programlisting>
46         <smbconfsection name="[CAD]"/>
47         <smbconfoption name="path">/data/cad</smbconfoption>
48         <smbconfoption name="vfs objects">catia</smbconfoption>
49 </programlisting>
51 </refsect1>
53 <refsect1>
54         <title>VERSION</title>
56         <para>This man page is correct for version 3.0.25 of the Samba suite.
57         </para>
58 </refsect1>
60 <refsect1>
61         <title>AUTHOR</title>
63         <para>The original Samba software and related utilities
64         were created by Andrew Tridgell. Samba is now developed
65         by the Samba Team as an Open Source project similar
66         to the way the Linux kernel is developed.</para>
68 </refsect1>
70 </refentry>