ansible-lockdown / Windows-2019-CIS

CIS Baseline Ansible Role for Windows 2019
MIT License
130 stars 72 forks source link

Control 18.3.1 #39

Closed Julieeeen closed 3 years ago

Julieeeen commented 3 years ago

The control 18.3.1 should be implement

 win_regedit:
    path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System
    name: "LocalAccountTokenFilterPolicy"
    data: "0"
    type: dword
georgenalen commented 3 years ago

Addressed in PR #44 release 1.1.1