source: branches/samba-3.2.x/docs-xml/smbdotconf/security/guestok.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 779 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 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>
Note: See TracBrowser for help on using the repository browser.