From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/smbdotconf/filename/mapreadonly.xml | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs-xml/smbdotconf/filename/mapreadonly.xml (limited to 'docs-xml/smbdotconf/filename/mapreadonly.xml') diff --git a/docs-xml/smbdotconf/filename/mapreadonly.xml b/docs-xml/smbdotconf/filename/mapreadonly.xml new file mode 100644 index 0000000000..3ec2d3bf27 --- /dev/null +++ b/docs-xml/smbdotconf/filename/mapreadonly.xml @@ -0,0 +1,43 @@ + + + + This controls how the DOS read only attribute should be mapped from a UNIX filesystem. + + + + 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. If is set to yes then this + parameter is ignored. This is a new parameter introduced in Samba version 3.0.21. + + + The three settings are : + + + + Yes - The read only DOS attribute is mapped to the inverse of the user + or owner write bit in the unix permission mode set. If the owner write bit is not set, the + read only attribute is reported as being set on the file. + + + + 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 does not have permission to modify the file, the read only attribute + is reported as being set on the file. + + + + 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 + -- cgit