summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-02-20 14:14:54 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-23 09:31:05 +0100
commitfb89a59aa5f7b5ca5b4f2c8f20b69641c3d5c486 (patch)
treed7cb21dff733126e9267ff724aa1e4daaae27ce5 /docs-xml
parent2dbd2a237362c2dfe2fa8a0717dd672e65a98a4f (diff)
downloadsamba-fb89a59aa5f7b5ca5b4f2c8f20b69641c3d5c486.tar.gz
s3/docs: Add hint about getfattr in man vfs_acl_xattr.
Karolin (cherry picked from commit 27307be0f726c899c0e8a0edfdf200650037bb61) (cherry picked from commit 8c978a66168fd22c817e0710d7a70daf7d07b1ab)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/vfs_acl_xattr.8.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/vfs_acl_xattr.8.xml b/docs-xml/manpages-3/vfs_acl_xattr.8.xml
index b9377b297a6..7387824f798 100644
--- a/docs-xml/manpages-3/vfs_acl_xattr.8.xml
+++ b/docs-xml/manpages-3/vfs_acl_xattr.8.xml
@@ -35,6 +35,15 @@
servers.
</para>
+ <para>The ACLs are stored in the Extended Attribute
+ <parameter>security.NTACL</parameter> of a file or directory.
+ This Attribute is <emphasis>not</emphasis> listed by
+ <command>getfattr -d <filename>filename</filename></command>.
+ To show the current value, the name of the EA must be specified
+ (e.g. <command>getfattr -n security.NTACL <filename>filename</filename>
+ </command>).
+ </para>
+
<para>Please note that this module is
<emphasis>experimental</emphasis>!
</para>