UBUNTU24-CIS-Audit/section_2/cis_2.2/cis_2.2.5.yml

25 lines
479 B
YAML

---
{{ if not .Vars.ubtu24cis_ldap_clients_required }}
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_2_2_5 }}
package:
ldap-utils:
title: 2.2.5 | Ensure LDAP client is not installed
installed: false
name: ldap-utils
meta:
server: 1
workstation: 1
CIS_ID: 2.2.5
CISv8:
- 4.8
CISv8_IG1: false
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- CM-7
{{ end }}
{{ end }}
{{ end }}