source: vendor/current/docs/manpages/vfs_xattr_tdb.8

Last change on this file was 989, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.7

File size: 2.0 KB
RevLine 
[860]1'\" t
2.\" Title: vfs_xattr_tdb
3.\" Author: [see the "AUTHOR" section]
[988]4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
[989]5.\" Date: 10/25/2016
[860]6.\" Manual: System Administration tools
[988]7.\" Source: Samba 4.4
[860]8.\" Language: English
9.\"
[989]10.TH "VFS_XATTR_TDB" "8" "10/25/2016" "Samba 4\&.4" "System Administration tools"
[860]11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31vfs_xattr_tdb \- Save Extended Attributes (EAs) in a tdb file
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34vfs objects = xattr_tdb
35.SH "DESCRIPTION"
36.PP
37This VFS module is part of the
38\fBsamba\fR(7)
39suite\&.
40.PP
41The
42vfs_xattr_tdb
43VFS 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\&.
44.PP
45This module is stackable\&.
46.SH "OPTIONS"
47.PP
48xattr_tdb:file = PATH
49.RS 4
50Name of the tdb file the EAs are stored in\&. If this option is not set, the default filename
51xattr\&.tdb
52is used\&.
53.RE
54.SH "AUTHOR"
55.PP
56The 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\&.
Note: See TracBrowser for help on using the repository browser.