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

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

Samba 3.5.0: Initial import

File size: 878 bytes
Line 
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>
14
15 <para>
16 Note that this requires the <smbconfoption name="create mask"/> parameter to be set such that owner
17 execute bit is not masked out (i.e. it must include 100). See the parameter
18 <smbconfoption name="create mask"/> for details.
19 </para>
20</description>
21
22<value type="default">yes</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.