docs-xml: add dbwrap_tool.1 manual page
[Samba/gebeck_regimport.git] / docs-xml / manpages / vfs_catia.8.xml
bloba5f62333dc5503cdbd1c7de9fac2b4a5e84d8bd3
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         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.0</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>vfs_catia</refname>
16         <refpurpose>translate illegal characters in Catia filenames</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = catia</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
25 <refsect1>
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>The Catia CAD package commonly creates filenames that
33         use characters that are illegal in CIFS filenames. The
34         <command>vfs_catia</command> VFS module implements a fixed character
35         mapping so that these files can be shared with CIFS clients.
36         </para>
38         <para>This module is stackable.</para>
40 </refsect1>
43 <refsect1>
44         <title>EXAMPLES</title>
46         <para>Map Catia filenames on the [CAD] share:</para>
48 <programlisting>
49         <smbconfsection name="[CAD]"/>
50         <smbconfoption name="path">/data/cad</smbconfoption>
51         <smbconfoption name="vfs objects">catia</smbconfoption>
52 </programlisting>
54 </refsect1>
56 <refsect1>
57         <title>VERSION</title>
59         <para>This man page is correct for version 3.0.25 of the Samba suite.
60         </para>
61 </refsect1>
63 <refsect1>
64         <title>AUTHOR</title>
66         <para>The original Samba software and related utilities
67         were created by Andrew Tridgell. Samba is now developed
68         by the Samba Team as an Open Source project similar
69         to the way the Linux kernel is developed.</para>
71 </refsect1>
73 </refentry>