s3-docs: Fix typos.
[Samba.git] / docs-xml / smbdotconf / security / writelist.xml
blob60db3f19f0fc9e3d6e6934a08aad91f65ca40104
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     <para>
19     By design, this parameter will not work with the 
20     <smbconfoption name="security">share</smbconfoption> in Samba 3.0.
21     </para>
23 </description>
25 <related>read list</related>
27 <value type="default"></value>
28 <value type="example">admin, root, @staff</value>
29 </samba:parameter>