Update DTD location
[tprouty/samba.git] / docs / 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>This is a list of users that are given read-write 
7     access to a service. If the connecting user is in this list then 
8     they will be given write access, no matter what the <link linkend="READONLY">
9     <parameter moreinfo="none">read only</parameter></link>
10     option is set to. The list can include group names using the 
11     @group syntax.</para>
12
13     <para>Note that if a user is in both the read list and the 
14     write list then they will be given write access.</para>
15
16     <para>This parameter will not work with the <link linkend="SECURITY">
17     <parameter moreinfo="none">security = share</parameter></link> in
18     Samba 3.0.  This is by design.</para>
19
20 </description>
21
22 <related>read list</related>
23
24 <value type="default"></value>
25 <value type="example">admin, root, @staff</value>
26 </samba:parameter>