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-20 14:14:54 +0100
commit27307be0f726c899c0e8a0edfdf200650037bb61 (patch)
tree19b675e39610af60f1b938ffffecdf54372ea14b /docs-xml
parent0fd1d4c0906158bab55871d53396bdc7ae533220 (diff)
downloadsamba-27307be0f726c899c0e8a0edfdf200650037bb61.tar.gz
s3/docs: Add hint about getfattr in man vfs_acl_xattr.
Karolin
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>