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">
|
---|
4 |
|
---|
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">3.6</refmiscinfo>
|
---|
11 | </refmeta>
|
---|
12 |
|
---|
13 |
|
---|
14 | <refnamediv>
|
---|
15 | <refname>vfs_catia</refname>
|
---|
16 | <refpurpose>translate illegal characters in Catia filenames</refpurpose>
|
---|
17 | </refnamediv>
|
---|
18 |
|
---|
19 | <refsynopsisdiv>
|
---|
20 | <cmdsynopsis>
|
---|
21 | <command>vfs objects = catia</command>
|
---|
22 | </cmdsynopsis>
|
---|
23 | </refsynopsisdiv>
|
---|
24 |
|
---|
25 | <refsect1>
|
---|
26 | <title>DESCRIPTION</title>
|
---|
27 |
|
---|
28 | <para>This VFS module is part of the
|
---|
29 | <citerefentry><refentrytitle>samba</refentrytitle>
|
---|
30 | <manvolnum>7</manvolnum></citerefentry> suite.</para>
|
---|
31 |
|
---|
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>
|
---|
37 |
|
---|
38 | <para>This module is stackable.</para>
|
---|
39 |
|
---|
40 | </refsect1>
|
---|
41 |
|
---|
42 |
|
---|
43 | <refsect1>
|
---|
44 | <title>EXAMPLES</title>
|
---|
45 |
|
---|
46 | <para>Map Catia filenames on the [CAD] share:</para>
|
---|
47 |
|
---|
48 | <programlisting>
|
---|
49 | <smbconfsection name="[CAD]"/>
|
---|
50 | <smbconfoption name="path">/data/cad</smbconfoption>
|
---|
51 | <smbconfoption name="vfs objects">catia</smbconfoption>
|
---|
52 | </programlisting>
|
---|
53 |
|
---|
54 | </refsect1>
|
---|
55 |
|
---|
56 | <refsect1>
|
---|
57 | <title>VERSION</title>
|
---|
58 |
|
---|
59 | <para>This man page is correct for version 3.0.25 of the Samba suite.
|
---|
60 | </para>
|
---|
61 | </refsect1>
|
---|
62 |
|
---|
63 | <refsect1>
|
---|
64 | <title>AUTHOR</title>
|
---|
65 |
|
---|
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>
|
---|
70 |
|
---|
71 | </refsect1>
|
---|
72 |
|
---|
73 | </refentry>
|
---|