The branch, master has been updated
       via  27307be0f726c899c0e8a0edfdf200650037bb61 (commit)
      from  0fd1d4c0906158bab55871d53396bdc7ae533220 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 27307be0f726c899c0e8a0edfdf200650037bb61
Author: Karolin Seeger <[email protected]>
Date:   Fri Feb 20 14:14:54 2009 +0100

    s3/docs: Add hint about getfattr in man vfs_acl_xattr.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages-3/vfs_acl_xattr.8.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/vfs_acl_xattr.8.xml 
b/docs-xml/manpages-3/vfs_acl_xattr.8.xml
index b9377b2..7387824 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>


-- 
Samba Shared Repository

Reply via email to