source: vendor/current/docs-xml/smbdotconf/filename/mapsystem.xml

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: 852 bytes
Line 
1<samba:parameter name="map system"
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 DOS style system files should be mapped to the UNIX group execute bit.
8 </para>
9
10 <para>
11 Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
12 parameter is set, as the DOS system attribute will then be stored inside a UNIX extended
13 attribute.
14 </para>
15
16 <para>
17 Note that this requires the <smbconfoption name="create mask"/> to be set such that the group
18 execute bit is not masked out (i.e. it must include 010). See the parameter
19 <smbconfoption name="create mask"/> for details.
20 </para>
21</description>
22<value type="default">no</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.