Puppet Class: secure_windows::stig::v73445
- Defined in:
- manifests/stig/v73445.pp
Overview
This class manages: V-73443 Windows Server 2016 must be configured to audit Logon/Logoff - Account Lockout successes. V-73445 Windows Server 2016 must be configured to audit Logon/Logoff - Account Lockout failures.
6 7 8 9 10 |
# File 'manifests/stig/v73445.pp', line 6
class secure_windows::stig::v73445 (
Boolean $enforced = false,
) {
# This vulnerability is addressed in secure_windows::stig::v73443
}
|