blob: a3ae5183b090b8f74350ac323d1f439dad02489a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="usershare allow guests"
context="G"
basic="1" advanced="1"
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>
|