1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_acl_xattr.8">
6 <refentrytitle>vfs_acl_xattr</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">3.6</refmiscinfo>
15 <refname>vfs_acl_xattr</refname>
16 <refpurpose>Save NTFS-ACLs in Extended Attributes (EAs)</refpurpose>
21 <command>vfs objects = acl_xattr</command>
26 <title>DESCRIPTION</title>
28 <para>This VFS module is part of the
29 <citerefentry><refentrytitle>samba</refentrytitle>
30 <manvolnum>7</manvolnum></citerefentry> suite.</para>
32 <para>The <command>vfs_acl_xattr</command> VFS module stores
33 NTFS Access Control Lists (ACLs) in Extended Attributes (EAs).
34 This enables the full mapping of Windows ACLs on Samba
38 <para>The ACLs are stored in the Extended Attribute
39 <parameter>security.NTACL</parameter> of a file or directory.
40 This Attribute is <emphasis>not</emphasis> listed by
41 <command>getfattr -d <filename>filename</filename></command>.
42 To show the current value, the name of the EA must be specified
43 (e.g. <command>getfattr -n security.NTACL <filename>filename</filename>
47 <para>Please note that this module is
48 <emphasis>experimental</emphasis>!
51 <para>This module is stackable.</para>
55 <title>OPTIONS</title>
57 There are no options for <command>vfs_acl_xattr</command>.
64 <para>The original Samba software and related utilities
65 were created by Andrew Tridgell. Samba is now developed
66 by the Samba Team as an Open Source project similar
67 to the way the Linux kernel is developed.</para>