docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / security / writelist.xml
blob08ce2fab976e97a8c7fa30ec7be40dc6e6588b04
1 <samba:parameter name="write 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-write access to a service. If the 
8     connecting user is in this list then they will be given write access, no matter 
9     what the <smbconfoption name="read only"/> option is set to. The list can 
10     include group names using the @group syntax.
11     </para>
13     <para>
14     Note that if a user is in both the read list and the write list then they will be 
15     given write access.
16     </para>
18 </description>
20 <related>read list</related>
22 <value type="default"></value>
23 <value type="example">admin, root, @staff</value>
24 </samba:parameter>