s3/docs: Add hint about getfattr in man vfs_acl_xattr.
authorKarolin Seeger <kseeger@samba.org>
Fri, 20 Feb 2009 13:14:54 +0000 (14:14 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 20 Feb 2009 13:14:54 +0000 (14:14 +0100)
Karolin

docs-xml/manpages-3/vfs_acl_xattr.8.xml

index b9377b297a625e8e9a808ca49d53804b0387a76a..7387824f7987400db75b7f2fa83d1fcffca20108 100644 (file)
        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>