From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/manpages-3/vfs_xattr_tdb.8.xml | 69 +++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 docs-xml/manpages-3/vfs_xattr_tdb.8.xml (limited to 'docs-xml/manpages-3/vfs_xattr_tdb.8.xml') diff --git a/docs-xml/manpages-3/vfs_xattr_tdb.8.xml b/docs-xml/manpages-3/vfs_xattr_tdb.8.xml new file mode 100644 index 0000000000..4f3b70223f --- /dev/null +++ b/docs-xml/manpages-3/vfs_xattr_tdb.8.xml @@ -0,0 +1,69 @@ + + + + + + vfs_xattr_tdb + 8 + Samba + System Administration tools + 3.2 + + + + + vfs_xattr_tdb + Save Extended Attributes (EAs) in a tdb file + + + + + vfs objects = xattr_tdb + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_xattr_tdb VFS module stores + Extended Attributes (EAs) in a tdb file. + This enables the usage of Extended Attributes on OS and + filesystems which do not support Extended Attributes + by themselves. + + + This module is stackable. + + + + OPTIONS + + + + xattr_tdb:file = PATH + + Name of the tdb file the EAs are stored in. + If this option is not set, the default filename + xattr.tdb is used. + + + + + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + -- cgit