| 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 | <refmiscinfo class="source">Samba</refmiscinfo>
|
|---|
| 9 | <refmiscinfo class="manual">System Administration tools</refmiscinfo>
|
|---|
| 10 | <refmiscinfo class="version">3.2</refmiscinfo>
|
|---|
| 11 | </refmeta>
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | <refnamediv>
|
|---|
| 15 | <refname>vfs_xattr_tdb</refname>
|
|---|
| 16 | <refpurpose>Save Extended Attributes (EAs) in a tdb file</refpurpose>
|
|---|
| 17 | </refnamediv>
|
|---|
| 18 |
|
|---|
| 19 | <refsynopsisdiv>
|
|---|
| 20 | <cmdsynopsis>
|
|---|
| 21 | <command>vfs objects = xattr_tdb</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 <command>vfs_xattr_tdb</command> VFS module stores
|
|---|
| 33 | Extended Attributes (EAs) in a tdb file.
|
|---|
| 34 | This enables the usage of Extended Attributes on OS and
|
|---|
| 35 | filesystems which do not support Extended Attributes
|
|---|
| 36 | by themselves.
|
|---|
| 37 | </para>
|
|---|
| 38 |
|
|---|
| 39 | <para>This module is stackable.</para>
|
|---|
| 40 | </refsect1>
|
|---|
| 41 |
|
|---|
| 42 | <refsect1>
|
|---|
| 43 | <title>OPTIONS</title>
|
|---|
| 44 |
|
|---|
| 45 | <variablelist>
|
|---|
| 46 | <varlistentry>
|
|---|
| 47 | <term>xattr_tdb:file = PATH</term>
|
|---|
| 48 | <listitem>
|
|---|
| 49 | <para>Name of the tdb file the EAs are stored in.
|
|---|
| 50 | If this option is not set, the default filename
|
|---|
| 51 | <filename>xattr.tdb</filename> is used.</para>
|
|---|
| 52 | </listitem>
|
|---|
| 53 | </varlistentry>
|
|---|
| 54 | </variablelist>
|
|---|
| 55 |
|
|---|
| 56 |
|
|---|
| 57 | </refsect1>
|
|---|
| 58 |
|
|---|
| 59 | <refsect1>
|
|---|
| 60 | <title>AUTHOR</title>
|
|---|
| 61 |
|
|---|
| 62 | <para>The original Samba software and related utilities
|
|---|
| 63 | were created by Andrew Tridgell. Samba is now developed
|
|---|
| 64 | by the Samba Team as an Open Source project similar
|
|---|
| 65 | to the way the Linux kernel is developed.</para>
|
|---|
| 66 |
|
|---|
| 67 | </refsect1>
|
|---|
| 68 |
|
|---|
| 69 | </refentry>
|
|---|