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