summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/usershareallowguests.xml
blob: be210bf2dc4043e77b5bb6f06686ebea5722844d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="usershare allow guests"
                 context="G"
                 type="boolean"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<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
	definition. Due to its security sensitive nature, the default
	is set to off.</para>

</description>
<value type="default">no</value>
</samba:parameter>