• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/docs-xml/smbdotconf/protocol/
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>
18