Skip to content

Commit

Permalink
Merge pull request #44 from mfortin/control-1.1.6
Browse files Browse the repository at this point in the history
Update control 1.1.6
  • Loading branch information
frederickw082922 authored Jun 19, 2024
2 parents eb332ce + 4ac5b3c commit 09d56c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions tasks/section01.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- name: "1.1.1 | PATCH | Ensure Enforce password history is set to 24 or more passwords."
block:
- name: "1.1.1 | AUDIT | Ensure Enforce password history is set to 24 or more passwords. | Check for more than 24 saved passwords warning."
Expand Down Expand Up @@ -155,10 +154,11 @@
- password

- name: "1.1.6 | PATCH | Ensure Relax minimum password length limits is set to Enabled."
community.windows.win_security_policy:
section: System Access
key: RelaxMinimumPasswordLengthLimits
value: 1
ansible.windows.win_regedit:
path: HKLM:\System\CurrentControlSet\Control\SAM
name: RelaxMinimumPasswordLengthLimits
data: 1
type: dword
when:
- win22cis_rule_1_1_6
tags:
Expand Down
4 changes: 2 additions & 2 deletions tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@
when:
- win22cis_rule_18_6_4_3
tags:
- level1-domaincontroller
- level1-memberserver
- level1-corporate-enterprise-environment
- rule_18.6.4.3
- automated
- patch
- dns

Expand Down

0 comments on commit 09d56c8

Please sign in to comment.