librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / filename / maphidden.xml
blob004f493ec9429f29bfecac845db39bd6b7d3a71a
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>
10         <para>
11         Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
12         parameter is set, as the DOS hidden attribute will then be stored inside a UNIX extended
13         attribute.
14         </para>
16         <para>
17         Note that this requires the <smbconfoption name="create mask"/> to be set such that the world execute 
18         bit is not masked out (i.e. it must include 001). See the parameter <smbconfoption name="create mask"/> 
19         for details.
20         </para>
22 </description>
23 <value type="boolean">no</value>
24 </samba:parameter>