~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/filename/mapsystem.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 requires the <smbconfoption name="create mask"/> to be set such that the group 
 
12
        execute bit is not masked out (i.e. it must include 010). See the parameter 
 
13
        <smbconfoption name="create mask"/> for details.
 
14
        </para>
 
15
</description>
 
16
<value type="default">no</value>
 
17
</samba:parameter>