lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / aclmapfullcontrol.xml
blobd0b4d7c52b8b99d0230a37f8925475604231ab77
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>