mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
17 lines
635 B
XML
17 lines
635 B
XML
<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>
|