mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
15 lines
543 B
XML
15 lines
543 B
XML
<samba:parameter name="delete readonly"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter allows readonly files to be deleted.
|
|
This is not normal DOS semantics, but is allowed by UNIX.</para>
|
|
|
|
<para>This option may be useful for running applications such
|
|
as rcs, where UNIX file ownership prevents changing file
|
|
permissions, and DOS semantics prevent deletion of a read only file.</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|