ad44466e3fde2d680555a4e0dfb64172e0882f92
[tprouty/samba.git] / docs / manpages-3 / vfs_xattr_tdb.8.xml
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_xattr_tdb.8">
4
5 <refmeta>
6         <refentrytitle>vfs_xattr_tdb</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>vfs_xattr_tdb</refname>
13         <refpurpose>Save Extended Attributes (EAs) in a tdb file</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = xattr_tdb</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
28
29         <para>The <command>vfs_xattr_tdb</command> VFS module stores
30         Extended Attributes (EAs) in a tdb file. 
31         This enables the usage of Extended Attributes on OS and 
32         filesystems which do not support Extended Attributes 
33         by themselves.  
34         </para>
35
36         <para>This module is stackable.</para>
37 </refsect1>
38
39 <refsect1>
40         <title>OPTIONS</title>
41
42         <variablelist>
43                 <varlistentry>
44                 <term>xattr_tdb:file = PATH</term>
45                 <listitem>
46                 <para>Name of the tdb file the EAs are stored in.
47                 If this option is not set, the default filename 
48                 <filename>xattr.tdb</filename> is used.</para>
49                 </listitem>
50                 </varlistentry>
51         </variablelist>
52
53         
54 </refsect1>
55
56 <refsect1>
57         <title>AUTHOR</title>
58
59         <para>The original Samba software and related utilities
60         were created by Andrew Tridgell. Samba is now developed
61         by the Samba Team as an Open Source project similar
62         to the way the Linux kernel is developed.</para>
63
64 </refsect1>
65
66 </refentry>