docs: Remove references to security=share and security=server from the smb.conf docs
[gd/samba-autobuild/.git] / docs-xml / smbdotconf / security / writelist.xml
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>
12
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>
17
18 </description>
19
20 <related>read list</related>
21
22 <value type="default"></value>
23 <value type="example">admin, root, @staff</value>
24 </samba:parameter>