Next update of VFS modules development guide
[tprouty/samba.git] / docs-xml / smbdotconf / security / readlist.xml
1 <samba:parameter name="read list"
2                  context="S"
3                                  type="list"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>
7         This is a list of users that are given read-only access to a service. If the connecting user is in this list
8         then they will not be given write access, no matter what the <smbconfoption name="read only"/> option is set
9         to. The list can include group names using the syntax described in the <smbconfoption name="invalid users"/>
10         parameter.
11         </para>
12   
13     <para>This parameter will not work with the <smbconfoption name="security">share</smbconfoption> in 
14     Samba 3.0.  This is by design.</para>
15 </description>
16
17 <related>write list</related>
18 <related>invalid users</related>
19
20 <value type="default"></value>
21 <value type="example">mary, @students</value>
22 </samba:parameter>