testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / protocol / mapaclinherit.xml
blobc248a333b5c8e837c851add750a484f31c86c64e
1 <samba:parameter name="map acl inherit"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This boolean parameter is only relevant for systems that do not support
7     standardized NFS4 ACLs but only a POSIX draft implementation of ACLs. Linux
8     is the only common UNIX system which does still not offer standardized NFS4
9     ACLs actually. On such systems this parameter controls whether
10     <citerefentry><refentrytitle>smbd</refentrytitle>
11     <manvolnum>8</manvolnum></citerefentry> will attempt to map the 'protected'
12     (don't inherit) flags of the Windows ACLs into an extended attribute called
13     user.SAMBA_PAI (POSIX draft ACL Inheritance). This parameter requires
14     support for extended attributes on the filesystem and allows the Windows
15     ACL editor to store (non-)inheritance information while NT ACLs are mapped
16     best-effort to the POSIX draft ACLs that the OS and filesystem implements.
17     </para>
18 </description>
19 <value type="default">no</value>
20 </samba:parameter>