mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
21 lines
786 B
XML
21 lines
786 B
XML
|
<samba:parameter name="read only"
|
||
|
context="S"
|
||
|
type="boolean"
|
||
|
basic="1" advanced="1"
|
||
|
xmlns:samba="http://samba.org/common">
|
||
|
<description>
|
||
|
<para>An inverted synonym is <link linkend="WRITEABLE">
|
||
|
<parameter moreinfo="none">writeable</parameter></link>.</para>
|
||
|
|
||
|
<para>If this parameter is <constant>yes</constant>, then users
|
||
|
of a service may not create or modify files in the service's
|
||
|
directory.</para>
|
||
|
|
||
|
<para>Note that a printable service (<command moreinfo="none">printable = yes</command>)
|
||
|
will <emphasis>ALWAYS</emphasis> allow writing to the directory
|
||
|
(user privileges permitting), but only via spooling operations.</para>
|
||
|
</description>
|
||
|
|
||
|
<value type="default">yes</value>
|
||
|
</samba:parameter>
|