summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-09-12 09:20:03 +0200
committerMichael Adam <obnox@samba.org>2013-09-12 11:59:55 +0200
commit4af7b709e925d85be9446af179186fc13466626f (patch)
tree46f451c93aef723e405f53c1c574b908a7c49dc3 /docs-xml/smbdotconf
parent8f411425f6649422cb5ab94ec6ca392a02ec5ee5 (diff)
downloadsamba-4af7b709e925d85be9446af179186fc13466626f.tar.gz
samba-4af7b709e925d85be9446af179186fc13466626f.tar.bz2
samba-4af7b709e925d85be9446af179186fc13466626f.zip
docs: Fix typos.
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 <kseeger@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Sep 12 11:59:56 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/protocol/aclallowexecutealways.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/protocol/aclallowexecutealways.xml b/docs-xml/smbdotconf/protocol/aclallowexecutealways.xml
index 048c388e07..49d2c489b9 100644
--- a/docs-xml/smbdotconf/protocol/aclallowexecutealways.xml
+++ b/docs-xml/smbdotconf/protocol/aclallowexecutealways.xml
@@ -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>