s3-docs: Fix make manpages3.
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / aclmapfullcontrol.xml
blobc38ac3cfbfa1b2e42ed6b578f1e3e296a60f546c
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>