source: branches/samba-3.3.x/docs-xml/smbdotconf/security/inheritacls.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: 658 bytes
Line 
1<samba:parameter name="inherit acls"
2 context="S"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This parameter can be used to ensure that if default acls
7 exist on parent directories, they are always honored when creating a
8 new file or subdirectory in these parent directories. The default
9 behavior is to use the unix mode specified when creating the directory.
10 Enabling this option sets the unix mode to 0777, thus guaranteeing that
11 default directory acls are propagated.
12</para>
13</description>
14
15<value type="default">no</value>
16</samba:parameter>
Note: See TracBrowser for help on using the repository browser.