adding note about these options not being supported in security = share
[sfrench/samba-autobuild/.git] / docs / smbdotconf / security / readlist.xml
1 <samba:parameter name="read list"
2                  context="S"
3                                  type="list"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6     <para>This is a list of users that are given read-only 
7     access to a service. If the connecting user is in this list then 
8     they will not be given write access, no matter what the <link linkend="READONLY">
9     <parameter moreinfo="none">read only</parameter></link>
10     option is set to. The list can include group names using the 
11     syntax described in the <link linkend="INVALIDUSERS"><parameter moreinfo="none">
12     invalid users</parameter></link> parameter.</para>
13   
14     <para>This parameter will not work with the <link linkend="SECURITY">
15     <parameter moreinfo="none">security = share</parameter></linkend> in 
16     Samba 3.0.  This is by design.</para>
17 </description>
18
19 <related>write list</related>
20 <related>invalid users</related>
21
22 <value type="default"></value>
23 <value type="example">mary, @students</value>
24 </samba:parameter>