Anonymous User Restrictions

Steps to follow to turn on the anonymous user restrictions feature.

ITPro Today

July 31, 1997

1 Min Read
ITPro Today logo

To turn on this feature, run regedit32; then follow the steps below:

1. Locate HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa.

2. On the Edit menu, click Add Value and add the following:

Value Name: RestrictAnonymous

Data Type: REG_DWORD

Value: 1 (1=on, 0=off)

3. Click OK, and then quit the Registry editor.

4. Shut down and restart NT.

When the RestrictAnonymous value is set to 1, tools that attempt to accessresources by using the anonymous connections receive an Access Denied response.When the RestrictAnonymous value is set to 0 or the value is not defined,anonymous connections can list account names and enumerate share names. However,even if this feature is turned on (RestrictAnonymous set to 1), some Win32 APIssupport individual name lookups and do not restrict anonymous connections. Inother words, programmers can go around the setting, so be careful. For moreinformation about this feature, see Microsoft's Knowledge Base article Q143474on your TechNet CD-ROM, or on the Web, http://www.microsoft.com/kb.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like