Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / filename / maparchive.xml
blobff117c83ea793e65b17f647fd05723cd95b548a9
1 <samba:parameter name="map archive"
2                  context="S"
3                                  type="boolean"
4                                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para>This controls whether the DOS archive attribute 
7         should be mapped to the UNIX owner execute bit.  The DOS archive bit 
8         is set when a file has been modified since its last backup.  One 
9         motivation for this option it to keep Samba/your PC from making 
10         any file it touches from becoming executable under UNIX.  This can 
11         be quite annoying for shared source code, documents, etc...</para>
13         <para>Note that this requires the <parameter moreinfo="none">create mask</parameter>
14         parameter to be set such that owner execute bit is not masked out 
15         (i.e. it must include 100). See the parameter <link linkend="CREATEMASK">
16         <parameter moreinfo="none">create mask</parameter></link> for details.</para>
17 </description>
19 <value type="default">yes</value>
20 </samba:parameter>