ansible-lockdown / Windows-11-CIS

CIS Baseline Ansible Role for Windows 11 Enterprise
http://www.lockdownenterprise.com
MIT License
6 stars 3 forks source link

Task 2.3.7.5 incorrectly sets the logon notice title instead of body #14

Open dwierima-aspentech opened 1 month ago

dwierima-aspentech commented 1 month ago

Describe the Issue Task 2.3.7.5 sets the registry key LegalNoticeCaption which sets the logon notice title, when the CIS rule is for configuring the logon message body. This task should instead set LegalNoticeText.

Expected Behavior Task 2.3.7.5 should set the registry key LegalNoticeText.

Actual Behavior Task 2.3.7.5 is setting registry key LegalNoticeCaption.

Control(s) Affected Task 2.3.7.5

Environment (please complete the following information):

dwierima-aspentech commented 1 month ago

Note I created a duplicate issue for Windows 10 because the bug is present there too. https://github.com/ansible-lockdown/Windows-10-CIS/issues/15