Skip to content
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

Rule 18.7.2 (L1) Ensure 'Configure Redirection Guard' is set to 'Enabled: Redirection Guard Enabled' #92

Closed
animatco opened this issue Dec 22, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@animatco
Copy link

Describe the Issue
If manually set using GPEDIT correct value is 1

Expected Behavior
value set to 1

Actual Behavior
value set to 2

Control(s) Affected
"18.7.2 | PATCH | Ensure Configure Redirection Guard is set to Enabled Redirection Guard Enabled"

Environment (please complete the following information):

  • branch being used: devel

Possible Solution
- name: "18.7.2 | PATCH | Ensure Configure Redirection Guard is set to Enabled Redirection Guard Enabled"
ansible.windows.win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows NT\Printers
name: RedirectionguardPolicy
data: 1
type: dword
when:
- win19cis_rule_18_7_2
tags:
- level1-domaincontroller
- level2-memberserver
- rule_18.7.2
- patch
- printers

@animatco animatco added the bug Something isn't working label Dec 22, 2023
@frederickw082922 frederickw082922 changed the title Rule 18.9.50.1.2 (L1) Ensure 'Configure Redirection Guard' is set to 'Enabled: Redirection Guard Enabled' Rule 18.7.2 (L1) Ensure 'Configure Redirection Guard' is set to 'Enabled: Redirection Guard Enabled' Feb 20, 2024
@frederickw082922 frederickw082922 self-assigned this Feb 20, 2024
@frederickw082922
Copy link
Contributor

Good catch @animatco

RedirectionguardPolicy

Thank you!

CC: @MrSteve81

frederickw082922 added a commit that referenced this issue Feb 20, 2024
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
@frederickw082922
Copy link
Contributor

Fix merged in #95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants