Convert 'Security' section of smb.conf to new format
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / writelist.xml
blob4a0e046127f03d29b57505e962994dde9cbc36e9
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>
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>
15     <para>See also the <link linkend="READLIST"><parameter moreinfo="none">read list
16     </parameter></link> option.</para>
18     <para>Default: <command moreinfo="none">write list = &lt;empty string&gt;</command></para>
20     <para>Example: <command moreinfo="none">write list = admin, root, @staff</command></para>
21 </listitem>
22 </samba:parameter>