-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V-79191 - Check if a member server inherits the password policy #38
Comments
I believe this is just the CHECK_POLICY = ON. |
That is indeed true for the SQL Server part. The thing I'm looking at is the Windows server portion. |
trying to read between the lines in MSDocs which is fun, they have three properites in bold under CHECK_POLICY then below tell us where we can go in Windows to check those properties to see if what they are set to, I'm still thinking it might be as simple as setting the checkbox, I'll keep looking around for more verification https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15 |
From https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-login-transact-sql?view=sql-server-ver15: CHECK_POLICY = { ON | OFF } Applies only to SQL Server logins. Specifies that the Windows password policies of the computer on which SQL Server is running should be enforced on this login. The default value is ON. |
ohh looks like they give us the info!
|
I dont know how to do this
Ensure SQL Server is configured to inherit password complexity rules from the operating system for SQL logins.
The text was updated successfully, but these errors were encountered: