STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Nutanix Acropolis GPOS Security Technical Implementation Guide

V-279540

CAT II (Medium)

Nutanix OS must disable account identifiers (individuals, groups, roles, and devices) after 35 days of inactivity.

Rule ID

SV-279540r1192387_rule

STIG

Nutanix Acropolis GPOS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-003627

Discussion

Inactive identifiers pose a risk to systems and applications because attackers may exploit an inactive identifier and potentially obtain undetected access to the system. Owners of inactive accounts will not notice if unauthorized access to their user account has been obtained. Operating systems must track periods of inactivity and disable application identifiers after 35 days of inactivity.

Check Content

Verify Nutanix OS is configured to disable user accounts after the password expires using the following command.

$ sudo grep -i inactive /etc/default/useradd
INACTIVE=0

If the "INACTIVE" value is set to "-1", a value greater than "35", or is commented out, this is a finding.

Fix Text

Configure Nutanix OS to use complex password.

1. For AOS, enter the following command.

$ sudo salt-call state.sls security/CVM/pamCVM.sls

2. For Prism Central, enter the following command.

$ sudo salt-call state.sls security/PCVM/pamPCVM.sls

3. For Files, enter the following command.

$ sudo salt-call state.sls security/AFS/pamAFS.sls

4. For AHV AOS CVM, enter the following command.

$ ncli cluster edit-hypervisor-security-params enable-high-strength-password=true