1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Apparently we do support RA=2.

(This used to be commit e146682b9f)
This commit is contained in:
Tim Potter 2003-05-01 02:00:32 +00:00
parent 4b5d6fa4c1
commit a9aea1449a

View File

@ -10,8 +10,15 @@
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.
group list information. For the value 2, supported by
Windows 2000/XP and Samba, no anonymous connections are allowed at
all. This can break third party and Microsoft
applications which expect to be allowed to perform
operations anonymously.
The security advantage of using restrict anonymous = 1 is dubious,
as user and group list information can be obtained using other
means.
</para>
<para>Default: <command moreinfo="none">restrict anonymous = 0</command></para>