From 52803b76f6f576eccc6d0fe9524bae66bf6e5519 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 25 Oct 2005 13:11:23 +0000 Subject: [PATCH] fixing typo in the 'map readonly = permissions' explanation reported by Thomas Bork --- docs/smbdotconf/filename/mapreadonly.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smbdotconf/filename/mapreadonly.xml b/docs/smbdotconf/filename/mapreadonly.xml index 2f48e7987c1..3ec2d3bf279 100644 --- a/docs/smbdotconf/filename/mapreadonly.xml +++ b/docs/smbdotconf/filename/mapreadonly.xml @@ -28,7 +28,7 @@ Permissions - The read only DOS attribute is mapped to the effective permissions of the connecting user, as evaluated by smbd 8 by reading the unix permissions and POSIX ACL (if present). - If the connecting user doesn't have permissions to read the file, the read only attribute + If the connecting user does not have permission to modify the file, the read only attribute is reported as being set on the file. -- 2.11.4.GIT