~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/usershareallowguests.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 its security sensitive nature, the default
 
12
        is set to off.</para>
 
13
 
 
14
</description>
 
15
<value type="default">no</value>
 
16
</samba:parameter>