docs:smbdotconf: make formatting of headers uniform.
[gd/samba-autobuild/.git] / docs-xml / smbdotconf / security / guestok.xml
1 <samba:parameter name="guest ok"
2                  type="boolean"
3                  context="S"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <synonym>public</synonym>
6 <description>
7     <para>If this parameter is <constant>yes</constant> for 
8     a service, then no password is required to connect to the service. 
9     Privileges will be those of the <smbconfoption name="guest account"/>.</para>
10
11     <para>This parameter nullifies the benefits of setting
12     <smbconfoption name="restrict anonymous">2</smbconfoption>
13         </para>
14
15     <para>See the section below on <smbconfoption name="security"/> for more information about this option.
16         </para>
17 </description>
18 <value type="default">no</value>
19 </samba:parameter>