source: branches/samba-3.3.x/docs-xml/smbdotconf/protocol/mapaclinherit.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 883 bytes
Line 
1<samba:parameter name="map acl inherit"
2 context="S"
3 type="boolean"
4 advanced="1" wizard="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
8 <manvolnum>8</manvolnum></citerefentry> will attempt to map the 'inherit' and 'protected'
9 access control entry flags stored in Windows ACLs into an extended attribute
10 called user.SAMBA_PAI. This parameter only takes effect if Samba is being run
11 on a platform that supports extended attributes (Linux and IRIX so far) and
12 allows the Windows 2000 ACL editor to correctly use inheritance with the Samba
13 POSIX ACL mapping code.
14 </para>
15</description>
16<value type="default">no</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.