source: vendor/current/docs-xml/smbdotconf/protocol/aclmapfullcontrol.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 817 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.