STIGhubSTIGhub
STIGsSearchCompare

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
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMware vSphere 8.0 vCenter Appliance Photon OS 4.0 Security Technical Implementation Guide

V-258820

CAT II (Medium)

The Photon operating system must enforce one day as the minimum password lifetime.

Rule ID

SV-258820r933521_rule

STIG

VMware vSphere 8.0 vCenter Appliance Photon OS 4.0 Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000198

Discussion

Enforcing a minimum password lifetime helps to prevent repeated password changes to defeat the password reuse or history enforcement requirement. If users are allowed to immediately and continually change their password, then the password could be repeatedly changed in a short period of time to defeat the organization's policy regarding password reuse.

Check Content

At the command line, run the following command to verify one day as the minimum password lifetime:

# grep '^PASS_MIN_DAYS' /etc/login.defs

If "PASS_MIN_DAYS" is not set to 1, is missing or commented out, this is a finding.

Fix Text

Navigate to and open:

/etc/login.defs

Add or update the following line: 

PASS_MIN_DAYS 1