docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / security / guestok.xml
blob390f1c3314d8c2ea3b5d6e06dd91fc3bb601b73d
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>
11     <para>This parameter nullifies the benefits of setting
12     <smbconfoption name="restrict anonymous">2</smbconfoption>
13         </para>
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>