1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
Jeremy Allison 8ca4b7597d Fix up the man pages to explain that "store dos attributes" overrides them.
Signed-off-by: Jeremy Allison <jra@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue May  7 01:24:54 CEST 2013 on sn-devel-104
2013-05-07 01:24:53 +02:00

24 lines
840 B
XML

<samba:parameter name="map system"
context="S"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This controls whether DOS style system files should be mapped to the UNIX group execute bit.
</para>
<para>
Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
parameter is set, as the DOS system attribute will then be stored inside a UNIX extended
attribute.
</para>
<para>
Note that this requires the <smbconfoption name="create mask"/> to be set such that the group
execute bit is not masked out (i.e. it must include 010). See the parameter
<smbconfoption name="create mask"/> for details.
</para>
</description>
<value type="default">no</value>
</samba:parameter>