Article ID: 151183
Article Last Modified on 3/15/2000
APPLIES TO
- Microsoft Internet Information Server 1.0
This article was previously published under Q151183
SYMPTOMS
World Wide Web (WWW) clients may fail to authenticate with an Universal
Resource Locator (URL) that requires Basic Authentication on Microsoft
Internet Information Server (IIS). In some cases, the WWW client may access
violate when required to use Basic Authentication.
CAUSE
IIS does not supply a Realm for Basic Authentication. Some WWW clients
require that a Realm be returned from the Internet Server to accept the
servers Basic Authentication challenge. The following WWW clients do not
require a Realm:
- Microsoft Internet Explorer 1.5
- Netscape 2.0
The following WWW clients have been reported to require a Realm:
- NCSA Mosaic (any version)
- Microsoft Internet Explorer 1.0
- Netscape 1.0
- Spry Mosaic (any version)
- IBM WebExplorer (any version)
- PCN (any version)
- Lynx (any version)
RESOLUTION
Microsoft has modified Internet Information Server 1.0 to send a Realm with
all Basic Authentication challenge messages. By default, the Realm returned
is the "host" (host header, DNS host name, or IP address), or you
can set the Realm in the Registry.
To specify the Realm returned, use the following steps to edit the
Microsoft Windows NT Registry:
WARNING: Using Registry Editor incorrectly can cause serious, system-
wide problems that may require you to reinstall Windows NT to correct
them. Microsoft cannot guarantee that any problems resulting from the
use of Registry Editor can be solved. Use this tool at your own risk.
- Obtain and apply the Realm fix for IIS version 1.0.
- Run Windows NT Registry Editor (Regedt32.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
SYSTEM\CurrentControlSet\Services\W3SVC\Parameters
- Click Add Value on the Edit menu.
- Use the following values:
Value Name: Realm
Data Type: REG_SZ
String: <Specify the Realm to return>
- Close the Registry Editor.
- Stop the World Wide Web Publishing Service.
- Start the World Wide Web Publishing Service.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Internet
Information Server version 1.0. This problem was corrected in the latest
Internet Information Server version 1.0 U.S. Service Pack. This problem was
also corrected in the latest Windows NT 3.51 U.S. Service
Pack. For information on obtaining the Service Pack, query on the following
word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K
Additional query words: prodiis Client/Server security
Keywords: kbnetwork KB151183