docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / security / readlist.xml
blob6ac0b3c2f30151f36f045adf555eb65d5889f7ea
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>