testprogs/blackbox: add 'net ads keytab delete' tests to test_net_ads.sh
[Samba.git] / docs-xml / smbdotconf / security / writelist.xml
bloba9b9e8bf24574fd57468d0e9a986f48f5d34e701
1 <samba:parameter name="write list"
2                  context="S"
3                  type="cmdlist"
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>