Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

User is not alerted when logging on with domain cached credentials


View products that this article applies to.

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.

↑ Back to the top


Resolution

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows

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_USERS\.DEFAULT\Software\Microsoft\WindowsNT\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.

↑ Back to the top


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.

↑ Back to the top


Keywords: kbenv, kbprb, KB242536

↑ Back to the top

Article Info
Article ID : 242536
Revision : 7
Created on : 2/11/2009
Published on : 2/11/2009
Exists online : False
Views : 629