summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security/readonly.xml
blob: 02721935de78ffc381ec4ad1a70d82b791da05c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<samba:parameter xmlns:samba="http://samba.org/common">
		<term><anchor id="READONLY"/>read only (S)</term>
		<listitem><para>An inverted synonym is <link linkend="WRITEABLE">
		<parameter moreinfo="none">writeable</parameter></link>.</para>

		<para>If this parameter is <constant>yes</constant>, then users 
		of a service may not create or modify files in the service's 
		directory.</para>

		<para>Note that a printable service (<command moreinfo="none">printable = yes</command>)
		will <emphasis>ALWAYS</emphasis> allow writing to the directory 
		(user privileges permitting), but only via spooling operations.</para>

		<para>Default: <command moreinfo="none">read only = yes</command></para>
		</listitem>
		</samba:parameter>