1 <samba:parameter name="inherit acls"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
13 Note that using the VFS modules acl_xattr or acl_tdb which store native
14 Windows as meta-data will automatically turn this option on for any
15 share for which they are loaded, as they require this option to emulate
16 Windows ACLs correctly.
20 <value type="default">no</value>