selftest: skip the samba4.smb2.compound testsuite
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / readonly.xml
blob6e1f6dd2b83c8c549c479ffc2037d4c266818126
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 <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>