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