Incorrect Server Variables When You Use Active Directory Client Certificate Mapping and IIS 5.0 (297486)



The information in this article applies to:

  • Microsoft Internet Information Server 5.0

This article was previously published under Q297486

SYMPTOMS

When you use Internet Information Server (IIS) 5.0 and Active Directory client certificate mapping, the authenticated user is displayed in the server variables list as <SERVERNAME>\<loggedonuser> instead of <DOMAINNAME>\<loggedonuser>.

You can use the following Active Server Pages (ASP) page to generate the related server variables output:
<%
response.write request.servervariables ("AUTH_USER") & "<BR>"
response.write request.servervariables ("LOGON_USER") & "<BR>"
response.write request.servervariables ("REMOTE_USER") & "<BR>"
response.write "HELLO" & "<BR>"
%>
				

RESOLUTION

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Microsoft Windows 2000 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:NOTE: In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The typical support costs will apply to additional support questions and issues that do not qualify for the specific update in question.


STATUS

Microsoft has confirmed that this is a problem in Internet Information Server 5.0.

Modification Type:MinorLast Reviewed:10/6/2005
Keywords:kbbug kbfix kbQFE KB297486