diff options
Diffstat (limited to 'docs/smbdotconf/filename/maphidden.xml')
-rw-r--r-- | docs/smbdotconf/filename/maphidden.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/smbdotconf/filename/maphidden.xml b/docs/smbdotconf/filename/maphidden.xml new file mode 100644 index 0000000000..2b84d2afb9 --- /dev/null +++ b/docs/smbdotconf/filename/maphidden.xml @@ -0,0 +1,16 @@ +<samba:parameter name="map hidden" + context="S" + type="boolean" + xmlns:samba="http://samba.org/common"> +<description> + <para>This controls whether DOS style hidden files + should be mapped to the UNIX world execute bit.</para> + + <para>Note that this requires the <parameter moreinfo="none">create mask</parameter> + to be set such that the world execute bit is not masked out (i.e. + it must include 001). See the parameter <link linkend="CREATEMASK"> + <parameter moreinfo="none">create mask</parameter></link> for details.</para> + +</description> +<value type="boolean">no</value> +</samba:parameter> |