selftest: skip the samba4.smb2.compound testsuite
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / readlist.xml
blobc874fef45657370d62f5afaccace9e6ef63b7ba6
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 </description>
13 <related>write list</related>
14 <related>invalid users</related>
16 <value type="default"></value>
17 <value type="example">mary, @students</value>
18 </samba:parameter>