diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-04 21:36:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:00 -0500 |
commit | 55d8ee039a920508fb51bcc85397e26acc365f60 (patch) | |
tree | 77c323ae9e51c71202c8c4af948fc5e2082c778f /docs/smbdotconf/security | |
parent | b5f9c625fe26329edf19537939609c3e039e98e6 (diff) | |
download | samba-55d8ee039a920508fb51bcc85397e26acc365f60.tar.gz samba-55d8ee039a920508fb51bcc85397e26acc365f60.tar.bz2 samba-55d8ee039a920508fb51bcc85397e26acc365f60.zip |
Some random updates.
(This used to be commit 57d0cc9fcdc1c790a601f6dcf7071188448a5f58)
Diffstat (limited to 'docs/smbdotconf/security')
-rw-r--r-- | docs/smbdotconf/security/writelist.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/smbdotconf/security/writelist.xml b/docs/smbdotconf/security/writelist.xml index 5951e7408f..3476b311bf 100644 --- a/docs/smbdotconf/security/writelist.xml +++ b/docs/smbdotconf/security/writelist.xml @@ -5,16 +5,14 @@ <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> + they will be given write access, no matter what the <smbconfoption name="read only"/> 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 +<para>This parameter will not work with the <smbconfoption name="security">share</smbconfoption> in Samba 3.0. This is by design.</para> </description> |