diff options
author | Michael Adam <obnox@samba.org> | 2013-09-02 16:53:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-09-02 23:03:01 +0200 |
commit | 871488ac43d93eb3d971a64864f8e200a4c8dbed (patch) | |
tree | 0659b9cc01b22a61d37fc11db4d9ac9720f720d8 | |
parent | 3430448fc01ce3fbe0606a2c239d3c98a5b78361 (diff) | |
download | samba-871488ac43d93eb3d971a64864f8e200a4c8dbed.tar.gz samba-871488ac43d93eb3d971a64864f8e200a4c8dbed.tar.bz2 samba-871488ac43d93eb3d971a64864f8e200a4c8dbed.zip |
docs: fix a typo on the description of "acl check permissions"
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Sep 2 23:03:01 CEST 2013 on sn-devel-104
-rw-r--r-- | docs-xml/smbdotconf/protocol/aclcheckpermissions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml b/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml index 27ed6c5295..341c37aca5 100644 --- a/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml +++ b/docs-xml/smbdotconf/protocol/aclcheckpermissions.xml @@ -8,7 +8,7 @@ in a future version of Samba. </para> <para>This boolean parameter controls what <citerefentry><refentrytitle>smbd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry>does on receiving a protocol request of "open for delete" + <manvolnum>8</manvolnum></citerefentry> does on receiving a protocol request of "open for delete" from a Windows client. If a Windows client doesn't have permissions to delete a file then they expect this to be denied at open time. POSIX systems normally only detect restrictions on delete by actually attempting to delete the file or directory. As Windows clients can (and do) "back out" a |