Vista caching passwords causes domain account lockout...

  • Thread starter Thread starter putt454
  • Start date Start date
P

putt454

hello all,

we have laptops that are not part of our AD domain. they connect to a
Cisco VPN via broadband and then access our servers (\
\servername.domain\share). the first time you connect to a windows
server and share, you are prompted for credentials, but never again
after that. when the user password changes, Vista appears to silently
offer the same invalid cached password over and over again until the
domain controller locks out the account.

anybody know how to purge the cached passwords and force Vista to ask
for credentials for each session? this was never an issue under XP.

any help would be appreciated.
 
Hi,
Internet Options> Security> Internet Zone (and also Intranet Zone)> Custom
level> User Authentication> Prompt for user name and password.

Also, Control Panel> User Accounts> Manage network passwords> remove the
invalid passwords.

Hope this helps,
Don
[MS MVP- IE]
 
hi Don,

thanks for your input. much appreciated. i will give this a shot and
report back.

best,
alex
 
the tweaks to Internet Options did not seem to rectify the problem.
however, i was able to solve the issue using another approach. using
the net use command you can specify a specific user credentials when
mapping the share, after this is done, Vista will use those new
credentials any time you ask for resources from that server.

for example at the command prompt:

net use x: \\server1.domain\share1 /user:DOMAIN\username

then it will ask for your password. any attempts to access \
\server1.domain after this will result in the correct credentials
being passed.

thanks again!
 
the Internet Options tweaks that Don recommended did not rectify the
problem that i was having (thanks just the same Don!). however we did
have some success using another approach. by using the "net use"
command you can specify the user credentials, and override the cached
username/password.

for example at the command prompt:

net use x: \\server1.domain\share1 /user:DOMAIN\username

you will prompted for a password and it will map your local x: drive
to the remote share. thereafter, any requests for shares on that
server will use the defined credentials that you specified in the net
use command.

hope that helps somebody else.
 
the Internet Options tweaks that Don recommended did not rectify the
problem that i was having (thanks just the same Don!). however we did
have some success using another approach. by using the "net use"
command you can specify the user credentials, and override the cached
username/password.

for example at the command prompt:

net use x: \\server1.domain\share1 /user:DOMAIN\username

you will prompted for a password and it will map your local x: drive
to the remote share. thereafter, any requests for shares on that
server will use the defined credentials that you specified in the net
use command.

hope that helps somebody else.
 
Back
Top