~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/guestok.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="guest ok"
 
2
                                 type="boolean"
 
3
                 context="S"
 
4
                 basic="1" advanced="1" print="1" developer="1"
 
5
                                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<synonym>public</synonym>
 
7
<description>
 
8
    <para>If this parameter is <constant>yes</constant> for 
 
9
    a service, then no password is required to connect to the service. 
 
10
    Privileges will be those of the <smbconfoption name="guest account"/>.</para>
 
11
 
 
12
    <para>This paramater nullifies the benifits of setting
 
13
    <smbconfoption name="restrict anonymous">2</smbconfoption>
 
14
        </para>
 
15
 
 
16
    <para>See the section below on <smbconfoption name="security"/> for more information about this option.
 
17
        </para>
 
18
</description>
 
19
<value type="default">no</value>
 
20
</samba:parameter>