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