[Active Directory] Account Access Issue

Solved
kinou592 Posted messages 297 Registration date   Status Membre Last intervention   -  
 Someone -
Hello,

When one of my users tries to log in to the PC off the Network, the connection is refused. Certain GPOs are applied, and I think that the problem comes from there.

Message received when trying to connect to a laptop (for example) that is not connected to the company's network:
"The system could not log in because the domain NOMDOM is not available."

PS: the domain administrator account works.

Thank you in advance,

Kinou
Configuration: Windows XP Firefox 2.0.0.11

25 réponses

  • 1
  • 2
funkter
 
Kinou, I see what you're talking about.

By default, when a user logs into the domain for the first time on a workstation, their credentials are cached locally.
If they shut down the PC, unplug the network cable, restart, and reconnect to the domain, it also works because the local credentials are consulted.

You need to edit with GPMC the policy called

Interactive logon: Number of previous logons to cache.
In your case, it should probably be set to 0.

It's located in local security policies -> security options

The corresponding registry key on the workstation is
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version\Winlogon\
ValueName: CachedLogonsCount
Data Type: REG_SZ
Values: 0 - 50 (10 by default)
26
  • 1
  • 2