This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / docs / docbook / smbdotconf / security / writelist.xml
1 <samba:parameter name="write list"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5     <para>This is a list of users that are given read-write 
6     access to a service. If the connecting user is in this list then 
7     they will be given write access, no matter what the <link linkend="READONLY">
8     <parameter moreinfo="none">read only</parameter></link>
9     option is set to. The list can include group names using the 
10     @group syntax.</para>
11
12     <para>Note that if a user is in both the read list and the 
13     write list then they will be given write access.</para>
14
15     <para>See also the <link linkend="READLIST"><parameter moreinfo="none">read list
16     </parameter></link> option.</para>
17
18     <para>Default: <command moreinfo="none">write list = &lt;empty string&gt;</command></para>
19
20     <para>Example: <command moreinfo="none">write list = admin, root, @staff</command></para>
21 </listitem>
22 </samba:parameter>