docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / filename / maparchive.xml
blob44f49cd09d4be7e4bdd24886b6943708f2c1e165
1 <samba:parameter name="map archive"
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 the DOS archive attribute 
8         should be mapped to the UNIX owner execute bit.  The DOS archive bit 
9         is set when a file has been modified since its last backup.  One 
10         motivation for this option is to keep Samba/your PC from making 
11         any file it touches from becoming executable under UNIX.  This can 
12         be quite annoying for shared source code, documents, etc...
13         </para>
15         <para>
16         Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
17         parameter is set, as the DOS archive attribute will then be stored inside a UNIX extended
18         attribute.
19         </para>
21         <para>
22         Note that this requires the <smbconfoption name="create mask"/> parameter to be set such that owner 
23         execute bit is not masked out (i.e. it must include 100). See the parameter 
24         <smbconfoption name="create mask"/> for details.
25         </para>
26 </description>
28 <value type="default">yes</value>
29 </samba:parameter>