Account lockout problem

  • Thread starter Thread starter SPD
  • Start date Start date
S

SPD

Small 48 node win2k workgroup network. Account lockout on Win2k server
because of invalid password from an XP client. Reset the lockout however,
attempts to login with valid password for that account result in subsequent
lockouts on the server. The client can access local resources but not the
server. Repeated reset several times with same results.
 
From a command prompt;

net use /persistent:no
net use * /delete /y

also check for any services that are run with the user's credentials.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Small 48 node win2k workgroup network. Account lockout on Win2k server
| because of invalid password from an XP client. Reset the lockout however,
| attempts to login with valid password for that account result in
subsequent
| lockouts on the server. The client can access local resources but not the
| server. Repeated reset several times with same results.
|
|
 
Hi Dave:

Thanks for that response and pardon my ignorance but what exactly will that
accomplish.
 
net use /persistent:no
turns off any persistent connections.

net use * /delete /y
deletes all mapped drives and or printer connections. (possible stale
credentials causing the lockouts)

48 machines is probably time to move to a domain model.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hi Dave:
|
| Thanks for that response and pardon my ignorance but what exactly will
that
| accomplish.
 
No success Dave. Easy resolution was to disable the old and create a new
account. It was a shared account and the users had nothing saved on the
server. We just copied over their local files. Thanks for your time.
 
You're welcome.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| No success Dave. Easy resolution was to disable the old and create a new
| account. It was a shared account and the users had nothing saved on the
| server. We just copied over their local files. Thanks for your time.
 
Back
Top