Skip to content

Commit

Permalink
docs: Fix typos.
Browse files Browse the repository at this point in the history
This is a follow-up patch for bug #10134 - Samba 4.0 is stricter in checking
acls for "open for execution".

Signed-off-by: Karolin Seeger <[email protected]>
Reviewed-by: Michael Adam <[email protected]>

Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Thu Sep 12 11:59:56 CEST 2013 on sn-devel-104
  • Loading branch information
kseeger authored and obnoxxx committed Sep 12, 2013
1 parent 8f41142 commit 4af7b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-xml/smbdotconf/protocol/aclallowexecutealways.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
With Samba 3.6 and older, the execution right in the ACL was not checked, so a client
could execute a file even if it did not have execute rights on the file. In Samba 4.0,
this has been fixed, so that by default, i.e. when this parameter is set to "False",
open for execution is now denied when execution permissions are not present.
"open for execution" is now denied when execution permissions are not present.
</para>
<para>
If this parameter is set to "True", Samba does not check execute permissions on
"open for execution, thus re-establishing the behaviour of Samba 3.6.
"open for execution", thus re-establishing the behaviour of Samba 3.6.
This can be useful to smoothen upgrades from older Samba versions to 4.0 and newer.
This setting is not not meant to be used as a permanent setting, but as a temporary relief:
It is recommended to fix the permissions in the ACLs and reset this parameter to the
default after a ceratain transition period.
default after a certain transition period.
</para>
</description>
<value type="default">False</value>
Expand Down

0 comments on commit 4af7b70

Please sign in to comment.