source: branches/samba-3.5.x/docs-xml/smbdotconf/security/readonly.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 750 bytes
Line 
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>
8
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>
12
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>
17
18<value type="default">yes</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.