Next update of VFS modules development guide
[abartlet/samba.git/.git] / docs / smbdotconf / protocol / aclmapfullcontrol.xml
1 <samba:parameter name="acl map full control"
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>
8         This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
9         <manvolnum>8</manvolnum></citerefentry>maps a POSIX ACE entry of "rwx" (read/write/execute), the maximum
10         allowed POSIX permission set, into a Windows ACL of "FULL CONTROL". If this parameter is set to true any POSIX
11         ACE entry of "rwx" will be returned in a Windows ACL as "FULL CONTROL", is this parameter is set to false any
12         POSIX ACE entry of "rwx" will be returned as the specific Windows ACL bits representing read, write and
13         execute.
14         </para>
15 </description>
16 <value type="default">True</value>
17 </samba:parameter>