diff options
author | Tim Potter <tpot@samba.org> | 2003-05-01 02:00:32 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-01 02:00:32 +0000 |
commit | a9aea1449a3a311c8bf05e4c794c741910bc0459 (patch) | |
tree | 4abb84a534025b752017479982fae050bae9558d /docs/docbook/smbdotconf | |
parent | 4b5d6fa4c10f3f45d547d97a8175d426b25a5e5f (diff) | |
download | samba-a9aea1449a3a311c8bf05e4c794c741910bc0459.tar.gz samba-a9aea1449a3a311c8bf05e4c794c741910bc0459.tar.bz2 samba-a9aea1449a3a311c8bf05e4c794c741910bc0459.zip |
Apparently we do support RA=2.
(This used to be commit e146682b9f0cd8c8f6be6cad4b05a86ca118e973)
Diffstat (limited to 'docs/docbook/smbdotconf')
-rw-r--r-- | docs/docbook/smbdotconf/security/restrictanonymous.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/docbook/smbdotconf/security/restrictanonymous.xml b/docs/docbook/smbdotconf/security/restrictanonymous.xml index 3bd19833de..803bc06b2b 100644 --- a/docs/docbook/smbdotconf/security/restrictanonymous.xml +++ b/docs/docbook/smbdotconf/security/restrictanonymous.xml @@ -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> |