|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, October 28, 2008 1:33 PM
Points: 237,
Visits: 24
|
|
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
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 2:18 PM
Points: 2,278,
Visits: 2,999
|
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, October 28, 2008 1:33 PM
Points: 237,
Visits: 24
|
|
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
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 2:18 PM
Points: 2,278,
Visits: 2,999
|
|
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
My blog: http://jahaines.blogspot.com
|
|
|
|