ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / security / inheritacls.xml
blob4f1bf995d7a58858bfbde16fe1f36858d5368822
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 is only relevant for filesystems that
7     do not support standardized NFS4 ACLs but only a POSIX draft ACL
8     implementation and which implements default ACLs like most filesystems
9     on Linux. It can be used to ensure that if default ACLs
10     exist on parent directories, they are always honored when creating a
11     new file or subdirectory in these parent directories. The default 
12     behavior is to use the unix mode specified when creating the directory. 
13     Enabling this option sets the unix mode to 0777, thus guaranteeing that 
14     the default directory ACLs are propagated.
16     Note that using the VFS modules acl_xattr or acl_tdb which store native
17     Windows as meta-data will automatically turn this option on for any
18     share for which they are loaded, as they require this option to emulate
19     Windows ACLs correctly.
20 </para>
21 </description>
23 <value type="default">no</value>
24 </samba:parameter>