s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * instead...
[Samba.git] / docs-xml / smbdotconf / security / readonly.xml
blob834633f96e5c3eef583627444c50d898dac30115
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>
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>
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>
17 <value type="default">yes</value>
18 </samba:parameter>