1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
Jelmer Vernooij acee25664c Update DTD location
(This used to be commit 889dfcc532bd3357314313fe8f70a022a174eef4)
2008-04-23 08:46:19 -05:00

17 lines
652 B
XML

<samba:parameter name="map hidden"
context="S"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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>