From: Karolin Seeger Date: Thu, 21 Feb 2008 19:02:50 +0000 (+0000) Subject: Add description for vfs_xattr_tdb option 'xattr_tdb:file'. X-Git-Tag: samba-3.3.0pre1~1514 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9efe5fa5f31231292b9f0bdd71ea731f877b71e8;p=thirdparty%2Fsamba.git Add description for vfs_xattr_tdb option 'xattr_tdb:file'. Karolin --- diff --git a/docs/manpages-3/vfs_xattr_tdb.8.xml b/docs/manpages-3/vfs_xattr_tdb.8.xml index 085c940ce8f..ad44466e3fd 100644 --- a/docs/manpages-3/vfs_xattr_tdb.8.xml +++ b/docs/manpages-3/vfs_xattr_tdb.8.xml @@ -27,14 +27,30 @@ 7 suite. The vfs_xattr_tdb VFS module stores - Extended Attributes (EAs) in the tdb file xattr.tdb. + 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. + 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. + + + +