1 <samba:parameter name="map archive"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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...
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
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.
28 <value type="default">yes</value>