diff options
author | Jeremy Allison <jra@samba.org> | 2006-05-09 00:34:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | 791b7b7d28fba53ff2f6a6b1f228c506353db38e (patch) | |
tree | 64f4a58f3295171ad123079187bce0d9a539e938 | |
parent | ee4c020510614783bc992d1019e6b6ecf8239cea (diff) | |
download | samba-791b7b7d28fba53ff2f6a6b1f228c506353db38e.tar.gz samba-791b7b7d28fba53ff2f6a6b1f228c506353db38e.tar.bz2 samba-791b7b7d28fba53ff2f6a6b1f228c506353db38e.zip |
Fix typo in xml.
Jeremy.
(This used to be commit 5b5e3effc187eb80f9016439dcdd48b80b58eab5)
-rw-r--r-- | docs/smbdotconf/misc/usershareallowguests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/misc/usershareallowguests.xml b/docs/smbdotconf/misc/usershareallowguests.xml index acf1590650..738f3a11ba 100644 --- a/docs/smbdotconf/misc/usershareallowguests.xml +++ b/docs/smbdotconf/misc/usershareallowguests.xml @@ -7,7 +7,7 @@ <para>This parameter controls whether user defined shares are allowed to be accessed by non-authenticated users or not. It is the equivalent of allowing people who can create a share the option of setting - <<parameter moreinfo="none">guest ok = yes</parameter> in a share + <parameter moreinfo="none">guest ok = yes</parameter> in a share definition. Due to the security sensitive nature of this the default is set to off.</para> |