|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
1.1 KB
|
| 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 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>
|
|---|
| 20 |
|
|---|
| 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>
|
|---|
| 27 |
|
|---|
| 28 | <value type="default">yes</value>
|
|---|
| 29 | </samba:parameter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.