source: vendor/current/docs-xml/smbdotconf/security/readonly.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 722 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.