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