We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The data check should be 0 not 1
name: "SCORED | 2.3.6.4 | PATCH | L1 Ensure Domain member Disable machine account password changes is set to Disabled" win_regedit: path: HKLM:\System\Currentcontrolset\Services\Netlogon\Parameters name: disablepasswordchange data: 0 type: dword when: rule_2_3_6_4 not ansible_windows_domain_role == "Primary domain controller" tags: level1-domaincontroller level1-memberserver rule_2.3.6.4 patch
The text was updated successfully, but these errors were encountered:
issue #13 fix
5fca2ba
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Addressed with PR#24 and release 1.2.1
Sorry, something went wrong.
georgenalen
No branches or pull requests
The data check should be 0 not 1
name: "SCORED | 2.3.6.4 | PATCH | L1 Ensure Domain member Disable machine account password changes is set to Disabled"
win_regedit:
path: HKLM:\System\Currentcontrolset\Services\Netlogon\Parameters
name: disablepasswordchange
data: 0
type: dword
when:
rule_2_3_6_4
not ansible_windows_domain_role == "Primary domain controller"
tags:
level1-domaincontroller
level1-memberserver
rule_2.3.6.4
patch
The text was updated successfully, but these errors were encountered: