Convert 'Security' section of smb.conf to new format
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / readonly.xml
blobe71301c3e5ad23d20dc0eb6f00de01cc3b219aea
1 <samba:parameter name="read only"
2                  context="S"
3                  basic="1" advanced="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>An inverted synonym is <link linkend="WRITEABLE">
7     <parameter moreinfo="none">writeable</parameter></link>.</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>
17     <para>Default: <command moreinfo="none">read only = yes</command></para>
18 </listitem>
19 </samba:parameter>