Merge from Subversion r50.
[ira/wip.git] / docs / docbook / smbdotconf / security / readlist.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="READLIST"/>read list (S)</term>
3                 <listitem><para>This is a list of users that are given read-only 
4                 access to a service. If the connecting user is in this list then 
5                 they will not be given write access, no matter what the <link linkend="READONLY"><parameter moreinfo="none">read only</parameter></link>
6                 option is set to. The list can include group names using the 
7                 syntax described in the <link linkend="INVALIDUSERS"><parameter moreinfo="none">
8                 invalid users</parameter></link> parameter.</para>
9
10                 <para>See also the <link linkend="WRITELIST"><parameter moreinfo="none">
11                 write list</parameter></link> parameter and the <link linkend="INVALIDUSERS"><parameter moreinfo="none">invalid users</parameter>
12                 </link> parameter.</para>
13
14                 <para>Default: <command moreinfo="none">read list = &lt;empty string&gt;</command></para>
15                 <para>Example: <command moreinfo="none">read list = mary, @students</command></para>
16                 </listitem>
17                 </samba:parameter>