Go Back   TechArena Community > Technical Support > Computer Help > Window 2000 Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Question on Account Lockout - Urgent

Window 2000 Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 30-07-2007
Abhi
 
Posts: n/a
Question on Account Lockout - Urgent

Hi All,
We are in Windows 2000 mixed mode. User accounts are on Child domain. Now a
days there is a huge increase in the number of account lockout calls that the
helpdesk is recieving.
The settings are like this,
Account lockout duration = 0 (an administrator must unlock the account)
Account lockout threshold = 5 invalid logon attempts
Reset account lockout counter after = 15minutes

I have tried to use account lockout tools to find out the root cause. I
found that subsequent wrong credentials are being passed by the end users but
according to them they have typed the password only once, it is also noted
that while they are working all of a sudden their accounts are getting
lockedout!
I have enabled netlong logging on PDC Emulator but it did not give any hint.
I was also referring to the technet article,
http://technet2.microsoft.com/window....mspx?mfr=true
there are a few things I want to clarify,
Article says Many programs cache credentials or keep active threads that
retain the credentials after a user changes their password.

1)How do I find out the applications which are creating problems? May be IE
I if the user selects the option save password), can anyone help me in this?

2)Bad Password Threshold is set too low: This is one of the most common
misconfiguration issues. Many companies set the Bad Password Threshold
registry value to a value lower than the default value of 10. If you set this
value too low, false lockouts occur when programs automatically retry invalid
passwords. Microsoft recommends that you leave this value at its default
value of 10. For more information, see "Choosing Account Lockout Settings for
Your Deployment" in this document.

In our environment Bad Password Threshold is set to 5. But my question is
regarding the value 10 which is given in the article. Is there any specific
reason why a value of 10 is recommended? and what does it mean by false
lockout?


3)Persistent drive mappings: Persistent drives may have been established
with credentials that subsequently expired. If the user types explicit
credentials when they try to connect to a share, the credential is not
persistent unless it is explicitly saved by Stored User Names and Passwords.
Every time that the user logs off the network, logs on to the network, or
restarts the computer, the authentication attempt fails when Windows attempts
to restore the connection because there are no stored credentials.

Who does net use differ by map network drive from GUI?
Is persistant drive mappings are not recommended?


One more thing I have noticed is that these issues are coming from Windows
2000 professional with SP4, not from XP professional and our DCs are Windows
2000 with SP4.
Any help and pointers are highly appreciated.








Reply With Quote
  #2  
Old 06-08-2007
Brandon McCombs
 
Posts: n/a
Re: Question on Account Lockout - Urgent

Abhi wrote:
> Hi All,
> We are in Windows 2000 mixed mode. User accounts are on Child domain. Now a
> days there is a huge increase in the number of account lockout calls that the
> helpdesk is recieving.
> The settings are like this,
> Account lockout duration = 0 (an administrator must unlock the account)
> Account lockout threshold = 5 invalid logon attempts
> Reset account lockout counter after = 15minutes
>
> I have tried to use account lockout tools to find out the root cause. I
> found that subsequent wrong credentials are being passed by the end users but
> according to them they have typed the password only once, it is also noted
> that while they are working all of a sudden their accounts are getting
> lockedout!
> I have enabled netlong logging on PDC Emulator but it did not give any hint.
> I was also referring to the technet article,
> http://technet2.microsoft.com/window....mspx?mfr=true
> there are a few things I want to clarify,
> Article says Many programs cache credentials or keep active threads that
> retain the credentials after a user changes their password.
>
> 1)How do I find out the applications which are creating problems? May be IE
> I if the user selects the option save password), can anyone help me in this?
>
> 2)Bad Password Threshold is set too low: This is one of the most common
> misconfiguration issues. Many companies set the Bad Password Threshold
> registry value to a value lower than the default value of 10. If you set this
> value too low, false lockouts occur when programs automatically retry invalid
> passwords. Microsoft recommends that you leave this value at its default
> value of 10. For more information, see "Choosing Account Lockout Settings for
> Your Deployment" in this document.
>
> In our environment Bad Password Threshold is set to 5. But my question is
> regarding the value 10 which is given in the article. Is there any specific
> reason why a value of 10 is recommended? and what does it mean by false
> lockout?
>
>

For a secure environment, 3 is the usual standard. The higher the value
the easier it is for an unauthorized person to continue guessing an
account's password for unauthorized access. It's up to you what you set
the value to given the level of security you need.

I'm guessing False lockout is probably when a user has changed their
password but some drive mappings (such as discussed in item 3 below) use
the older password and when the credentials are reverified the older
password obviously won't match the new password and eventually the
account can be locked out.

> 3)Persistent drive mappings: Persistent drives may have been established
> with credentials that subsequently expired. If the user types explicit
> credentials when they try to connect to a share, the credential is not
> persistent unless it is explicitly saved by Stored User Names and Passwords.
> Every time that the user logs off the network, logs on to the network, or
> restarts the computer, the authentication attempt fails when Windows attempts
> to restore the connection because there are no stored credentials.
>
> Who does net use differ by map network drive from GUI?
> Is persistant drive mappings are not recommended?
>
>
> One more thing I have noticed is that these issues are coming from Windows
> 2000 professional with SP4, not from XP professional and our DCs are Windows
> 2000 with SP4.
> Any help and pointers are highly appreciated.
>
>
>


You may want to make sure you have enough licenses for all users. We had
this problem a couple years ago at work where users were randomly being
locked out multiple times and it turned out there wasn't enough licenses
to go around.
Reply With Quote
  #3  
Old 06-08-2007
Abhi
 
Posts: n/a
Re: Question on Account Lockout - Urgent

Hi Brandon,
Thanks a lot for the response, in our case it is not because of license
issue. I could fidure it out it is becuase of Outlook 2002, as there was a
known issue when Outlook 2002 is used with Exchange 2000.



"Brandon McCombs" wrote:

> Abhi wrote:
> > Hi All,
> > We are in Windows 2000 mixed mode. User accounts are on Child domain. Now a
> > days there is a huge increase in the number of account lockout calls that the
> > helpdesk is recieving.
> > The settings are like this,
> > Account lockout duration = 0 (an administrator must unlock the account)
> > Account lockout threshold = 5 invalid logon attempts
> > Reset account lockout counter after = 15minutes
> >
> > I have tried to use account lockout tools to find out the root cause. I
> > found that subsequent wrong credentials are being passed by the end users but
> > according to them they have typed the password only once, it is also noted
> > that while they are working all of a sudden their accounts are getting
> > lockedout!
> > I have enabled netlong logging on PDC Emulator but it did not give any hint.
> > I was also referring to the technet article,
> > http://technet2.microsoft.com/window....mspx?mfr=true
> > there are a few things I want to clarify,
> > Article says Many programs cache credentials or keep active threads that
> > retain the credentials after a user changes their password.
> >
> > 1)How do I find out the applications which are creating problems? May be IE
> > I if the user selects the option save password), can anyone help me in this?
> >
> > 2)Bad Password Threshold is set too low: This is one of the most common
> > misconfiguration issues. Many companies set the Bad Password Threshold
> > registry value to a value lower than the default value of 10. If you set this
> > value too low, false lockouts occur when programs automatically retry invalid
> > passwords. Microsoft recommends that you leave this value at its default
> > value of 10. For more information, see "Choosing Account Lockout Settings for
> > Your Deployment" in this document.
> >
> > In our environment Bad Password Threshold is set to 5. But my question is
> > regarding the value 10 which is given in the article. Is there any specific
> > reason why a value of 10 is recommended? and what does it mean by false
> > lockout?
> >
> >

> For a secure environment, 3 is the usual standard. The higher the value
> the easier it is for an unauthorized person to continue guessing an
> account's password for unauthorized access. It's up to you what you set
> the value to given the level of security you need.
>
> I'm guessing False lockout is probably when a user has changed their
> password but some drive mappings (such as discussed in item 3 below) use
> the older password and when the credentials are reverified the older
> password obviously won't match the new password and eventually the
> account can be locked out.
>
> > 3)Persistent drive mappings: Persistent drives may have been established
> > with credentials that subsequently expired. If the user types explicit
> > credentials when they try to connect to a share, the credential is not
> > persistent unless it is explicitly saved by Stored User Names and Passwords.
> > Every time that the user logs off the network, logs on to the network, or
> > restarts the computer, the authentication attempt fails when Windows attempts
> > to restore the connection because there are no stored credentials.
> >
> > Who does net use differ by map network drive from GUI?
> > Is persistant drive mappings are not recommended?
> >
> >
> > One more thing I have noticed is that these issues are coming from Windows
> > 2000 professional with SP4, not from XP professional and our DCs are Windows
> > 2000 with SP4.
> > Any help and pointers are highly appreciated.
> >
> >
> >

>
> You may want to make sure you have enough licenses for all users. We had
> this problem a couple years ago at work where users were randomly being
> locked out multiple times and it turned out there wasn't enough licenses
> to go around.
>

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Window 2000 Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Question on Account Lockout - Urgent"
Thread Thread Starter Forum Replies Last Post
What is Account Lockout Policy unlimitedtech Networking & Security 1 31-07-2009 11:35 PM
W2K3 AD Account Lockout HulloSon Active Directory 3 29-05-2009 07:06 PM
account lockout hack? Brian MXP Active Directory 6 09-04-2009 12:51 PM
User Account Lockout josephr38@hotmail.com Active Directory 6 17-03-2009 11:06 PM
Event ID 529 and 675 W/O Account Lockout or Errors on account used for backups Wad4ipod Small Business Server 3 18-04-2007 11:47 PM


All times are GMT +5.5. The time now is 09:41 AM.