1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs/smbdotconf/security/writelist.xml
Gerald Carter 48ea8d633f fix typo that broke a few specific parameters
(This used to be commit 56ee7998a9)
2008-04-23 08:46:14 -05:00

27 lines
975 B
XML

<samba:parameter name="write list"
context="S"
type="list"
xmlns:samba="http://samba.org/common">
<description>
<para>This is a list of users that are given read-write
access to a service. If the connecting user is in this list then
they will be given write access, no matter what the <link linkend="READONLY">
<parameter moreinfo="none">read only</parameter></link>
option is set to. The list can include group names using the
@group syntax.</para>
<para>Note that if a user is in both the read list and the
write list then they will be given write access.</para>
<para>This parameter will not work with the <link linkend="SECURITY">
<parameter moreinfo="none">security = share</parameter></link> in
Samba 3.0. This is by design.</para>
</description>
<related>read list</related>
<value type="default"></value>
<value type="example">admin, root, @staff</value>
</samba:parameter>