From 0d09f0271333b8fd1026a9559fd5e8ec790ece11 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 17 Oct 2005 23:34:05 +0000 Subject: [PATCH] Adding map read only docs. (This used to be commit 121dc1756071728385e7c3abf0603b7c09d0009e) --- docs/smbdotconf/filename/mapreadonly.xml | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/smbdotconf/filename/mapreadonly.xml diff --git a/docs/smbdotconf/filename/mapreadonly.xml b/docs/smbdotconf/filename/mapreadonly.xml new file mode 100644 index 00000000000..b223da1afe7 --- /dev/null +++ b/docs/smbdotconf/filename/mapreadonly.xml @@ -0,0 +1,40 @@ + + + + This controls how the DOS read only attribute should be + mapped. + + + + This parameter can take three different values, which tell smbd + 8 how to display the read only attribute on files, where either + is set to No, or no extended attribute is + present. + + + The three settings are : + + + + Yes - The read only DOS attribute is mapped to the inverse of the user + write bit in the unix permission mode + + + + 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). + + + + No - The read only DOS attribute is unaffected by permissions, and can only be set by + the method. This may be useful for exporting mounted CDs. + + + + +yes + -- 2.11.4.GIT