1 | '\" t
|
---|
2 | .\" Title: vfs_acl_xattr
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 12/14/2012
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.5
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "VFS_ACL_XATTR" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | vfs_acl_xattr \- Save NTFS\-ACLs in Extended Attributes (EAs)
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP \w'\ 'u
|
---|
25 | vfs objects = acl_xattr
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | This VFS module is part of the
|
---|
29 | \fBsamba\fR(7)
|
---|
30 | suite\&.
|
---|
31 | .PP
|
---|
32 | The
|
---|
33 | vfs_acl_xattr
|
---|
34 | VFS module stores NTFS Access Control Lists (ACLs) in Extended Attributes (EAs)\&. This enables the full mapping of Windows ACLs on Samba servers\&.
|
---|
35 | .PP
|
---|
36 | The ACLs are stored in the Extended Attribute
|
---|
37 | \fIsecurity\&.NTACL\fR
|
---|
38 | of a file or directory\&. This Attribute is
|
---|
39 | \fInot\fR
|
---|
40 | listed by
|
---|
41 | getfattr \-d filename\&. To show the current value, the name of the EA must be specified (e\&.g\&.
|
---|
42 | getfattr \-n security\&.NTACL filename)\&.
|
---|
43 | .PP
|
---|
44 | This module is stackable\&.
|
---|
45 | .SH "OPTIONS"
|
---|
46 | .PP
|
---|
47 | acl_xattr:ignore system acls = [yes|no]
|
---|
48 | .RS 4
|
---|
49 | When set to
|
---|
50 | \fIyes\fR, a best effort mapping from/to the POSIX ACL layer will
|
---|
51 | \fInot\fR
|
---|
52 | be done by this module\&. The default is
|
---|
53 | \fIno\fR, which means that Samba keeps setting and evaluating both the system ACLs and the NT ACLs\&. This is better if you need your system ACLs be set for local or NFS file access, too\&. If you only access the data via Samba you might set this to yes to achieve better NT ACL compatibility\&.
|
---|
54 | .RE
|
---|
55 | .SH "AUTHOR"
|
---|
56 | .PP
|
---|
57 | 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\&.
|
---|