docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / protocol / aclmapfullcontrol.xml
blob33b6e51e4d56ba261680358e66db7e46174c001b
1 <samba:parameter name="acl map full control"
2                 context="S"
3                 type="boolean"
4                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7         This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> maps a POSIX ACE entry of "rwx" (read/write/execute), the maximum
9         allowed POSIX permission set, into a Windows ACL of "FULL CONTROL". If this parameter is set to true any POSIX
10         ACE entry of "rwx" will be returned in a Windows ACL as "FULL CONTROL", is this parameter is set to false any
11         POSIX ACE entry of "rwx" will be returned as the specific Windows ACL bits representing read, write and
12         execute.
13         </para>
14 </description>
15 <value type="default">yes</value>
16 </samba:parameter>