docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / security / readonly.xml
blobf587f679bd288ca184e7df49e753d81de46b0882
1 <samba:parameter name="read only"
2                  context="S"
3                                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <synonym>write ok</synonym>
6 <description>
7     <para>An inverted synonym is <smbconfoption name="writeable"/>.</para>
9     <para>If this parameter is <constant>yes</constant>, then users 
10     of a service may not create or modify files in the service's 
11     directory.</para>
13     <para>Note that a printable service (<command moreinfo="none">printable = yes</command>)
14     will <emphasis>ALWAYS</emphasis> allow writing to the directory 
15     (user privileges permitting), but only via spooling operations.</para>
16 </description>
18 <value type="default">yes</value>
19 </samba:parameter>