docs: Fix typos.
[Samba.git] / docs-xml / smbdotconf / protocol / aclallowexecutealways.xml
blob49d2c489b908b3d21042d6d5bb19ff66c711447a
1 <samba:parameter name="acl allow execute always"
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 the behaviour of <citerefentry><refentrytitle>smbd</refentrytitle>
9     <manvolnum>8</manvolnum></citerefentry> when receiving a protocol request of "open for execution"
10     from a Windows client.
11     With Samba 3.6 and older, the execution right in the ACL was not checked, so a client
12     could execute a file even if it did not have execute rights on the file. In Samba 4.0,
13     this has been fixed, so that by default, i.e. when this parameter is set to "False",
14     "open for execution" is now denied when execution permissions are not present.
15     </para>
16     <para>
17     If this parameter is set to "True", Samba does not check execute permissions on
18     "open for execution", thus re-establishing the behaviour of Samba 3.6.
19     This can be useful to smoothen upgrades from older Samba versions to 4.0 and newer.
20     This setting is not not meant to be used as a permanent setting, but as a temporary relief:
21     It is recommended to fix the permissions in the ACLs and reset this parameter to the
22     default after a certain transition period.
23     </para>
24 </description>
25 <value type="default">False</value>
26 </samba:parameter>