summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-01 00:43:18 +0000
committerTim Potter <tpot@samba.org>2003-05-01 00:43:18 +0000
commit5c15a8d01696c2000dd3276e0bab54f2621a03cb (patch)
tree62b2987f8edc0d501f18f5c83f5538ffa9cec5d1 /docs
parentbe5358b01f752f636ffa40cf2052862f5c767ff3 (diff)
downloadsamba-5c15a8d01696c2000dd3276e0bab54f2621a03cb.tar.gz
samba-5c15a8d01696c2000dd3276e0bab54f2621a03cb.tar.bz2
samba-5c15a8d01696c2000dd3276e0bab54f2621a03cb.zip
Fleshed out the description of restrict anonymous parameter.
(This used to be commit 2d150947082114f5e275a774baefc7e838ab5657)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/security/restrictanonymous.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/docbook/smbdotconf/security/restrictanonymous.xml b/docs/docbook/smbdotconf/security/restrictanonymous.xml
index 7f78f94a99..3bd19833de 100644
--- a/docs/docbook/smbdotconf/security/restrictanonymous.xml
+++ b/docs/docbook/smbdotconf/security/restrictanonymous.xml
@@ -3,8 +3,15 @@
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<listitem>
- <para>This is a integer parameter, and mirrors as much as possible the functinality the
- <constant>RestrictAnonymous</constant> registry key does on NT/Win2k.
+ <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>