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