blob: 3bd19833de28495cabcbd2a22098474783e9d374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<samba:parameter name="restrict anonymous"
context="G"
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<listitem>
<para>The setting of this parameter determines whether user and
group list information is returned for an anonymous connection.
and mirrors the effects of the
<constant>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA\RestrictAnonymous</constant> registry key in Windows
2000 and Windows NT. When set to 0, user and group list
information is returned to anyone who asks. When set
to 1, only an authenticated user can retrive user and
group list information. The value 2, supported by
Windows 2000 and higher, is not supported by Samba.
</para>
<para>Default: <command moreinfo="none">restrict anonymous = 0</command></para>
</listitem>
</samba:parameter>
|