Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / misc / usershareallowguests.xml
1 <samba:parameter name="usershare allow guests"
2                  context="G"
3                  basic="1" advanced="1"
4                  type="boolean"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter controls whether user defined shares are allowed
8         to be accessed by non-authenticated users or not. It is the equivalent
9         of allowing people who can create a share the option of setting
10         <parameter moreinfo="none">guest ok = yes</parameter> in a share
11         definition. Due to the security sensitive nature of this the default
12         is set to off.</para>
13
14 </description>
15 <value type="default">no</value>
16 </samba:parameter>