Skip to content

Commit

Permalink
Update control 1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: fortinm <[email protected]>
  • Loading branch information
mfortin committed May 2, 2024
1 parent eb332ce commit fb2748b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tasks/section01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,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

0 comments on commit fb2748b

Please sign in to comment.