source: trunk/server/docs-xml/smbdotconf/security/guestok.xml

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 799 bytes
Line 
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 parameter nullifies the benefits 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>
Note: See TracBrowser for help on using the repository browser.