Windows 7 : access denied to ONE server from ONE computer
Posted
by
Gregory MOUSSAT
on Server Fault
See other posts from Server Fault
or by Gregory MOUSSAT
Published on 2012-11-09T18:53:19Z
Indexed on
2012/11/16
17:02 UTC
Read the original article
Hit count: 171
We have a domain served by some Windows 2003 servers.
We have several Windows 7 Pro clients.
ONE client computer can't acces ONE member Windows 2003 server.
The other computers can acces every servers. And the same computer can access other servers.
With explorer, the message says the account is no activated.
With the command line, the message says the account is locked.
With commande line :
net use X: \\server\share
--> several seconds delay, then error (says the account is locked)
net use X: \\server\share /USER:current_username
--> okay
net use X: \\server\share /USER:domain_name\current_username
--> okay
From the same computer, the user can access other servers. From another computer, the same user can access any server, including the one denied from the original computer.
Aleady done :
unjoin then join the cilent from the domain.
check the logs on the server : nothing about the failed attempts (?!)
Is their any user mapping I'm not aware of ?
© Server Fault or respective owner