Microsoft KB Archive/242536

From BetaArchive Wiki
Knowledge Base


User is not alerted when logging on with domain cached credentials

Article ID: 242536

Article Last Modified on 10/11/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows Server 2003 SP1
  • Microsoft Windows Server 2003, 64-Bit Datacenter Edition
  • Microsoft Windows Server 2003, 64-Bit Enterprise Edition
  • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
  • Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems
  • Microsoft Windows Server 2003, Datacenter x64 Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows XP Professional



This article was previously published under Q242536

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


SYMPTOMS

When you attempt to log on to a domain from a Windows-based workstation or member server and a domain controller cannot be located, no error message is displayed. Instead, you are logged on to the local computer using cached credentials.

RESOLUTION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To configure Windows to display a message when a user is logged on using cached credentials, follow these steps on each computer on which you want to display a message:

  1. Start Registry Editor (Regedt32.exe).
  2. Select the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \Windows NT\CurrentVersion\Winlogon

  3. On the Edit menu, click Add Value, and then add the following value:

    Value Name: ReportControllerMissing
    Data Type: REG_SZ
    Data Value: TRUE (must be all uppercase)

  4. Quit Registry Editor.

For each user for whom you want to display a message, follow these steps:

  1. Start Registry Editor (Regedt32.exe).
  2. Select the following registry key:

    HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon

  3. On the Edit menu, click Add Value, and then add the following value:

    Value Name: ReportDC
    Data Type: REG_DWORD
    Data Value: 1

  4. Quit Registry Editor.


MORE INFORMATION

To verify that you are logged on to the domain, check the System log. If you were logged on using cached credentials, you see the following event:

Event ID 5719

No Windows domain controller is available for domain domain_name the following error occurred: There are currently no logon servers available to service the logon request.

When you are using cached credentials, you may not see evidence of that immediately. Evidence is that you do not have access to items such as group policies, roaming profiles, home folders, or logon scripts.

Keywords: kbenv kbprb KB242536