Account lockout problem

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.
 
D

Dave Patrick

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.
|
|
 
S

SPD

Hi Dave:

Thanks for that response and pardon my ignorance but what exactly will that
accomplish.
 
D

Dave Patrick

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.
 
S

SPD

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.
 
D

Dave Patrick

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top