Password expired before expiration date

  • Hi Everyone,

    I am in some dilemma here. I have some SQL accounts for which the expiry date is 90 days but for some reason they got expired before the expiry date. What could be the reason for this?

    Any help to sort this out would be greatly appreciated.

    Thanks in Advance

    fazal

  • Do you have a policy where if the user mistypes his/her password x number of times it locks them out?

  • Yes, if the user tries to login with the wrong password for more than 5 times the account gets locked.

    Does this affect the password getting expired before the expiry date?

    Please advice.

    Fazal

  • The account should be disabled if the user has exceeded the maximum number of attempts. When the password expires or the account is locked SQL Server should disable the account. There is really no way to determine if the account has been disabled by exceeding maximum attempts or expiration. (Unless there is an error logged in the error logs besides failed login, but I am unsure of this)

    SQL looks at the policy of active directory or local server depending on your setup. Another possible cause is your are looking a the local policy instead of the AD policy. You may want to examine the local policy to make sure it is correct, if you are using it. You can find it under Start | All Programs | Administrative Tools | Local Security Policy

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply