source: trunk/server/docs-xml/smbdotconf/filename/maphidden.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 592 bytes
Line 
1<samba:parameter name="map hidden"
2 context="S"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This controls whether DOS style hidden files should be mapped to the UNIX world execute bit.
8 </para>
9
10 <para>
11 Note that this requires the <smbconfoption name="create mask"/> to be set such that the world execute
12 bit is not masked out (i.e. it must include 001). See the parameter <smbconfoption name="create mask"/>
13 for details.
14 </para>
15
16</description>
17<value type="boolean">no</value>
18</samba:parameter>
Note: See TracBrowser for help on using the repository browser.