Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Whether or not the password associated with the account is considered weak. You can configure how SQL Secure detects weak passwords. Possible password health states include:

Password health stateWhat it means
BlankThe password for this login is either blank or null, which means no password is required for authentication or successful connection to databases hosted by your audited SQL Server instances.
Matches login nameThe password for this login matches the name of the login.
N/AThe password for this login was not checked, most likely because the login is a Windows user account.
OKThis login most likely has a strong password because the password does not match any of the words and phrases in the Default Weak Passwords list or the additional and custom passwords you specified.
WeakThe password for this login matches one or more of the words and phrases in the Default Weak Passwords list or the additional and custom passwords you specified.

Default Database

The database that this login connects to and queries when no other database is specified

...