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