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 SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide

V-261394

CAT II (Medium)

SLEM 5 must be configured to create or update passwords with a minimum lifetime of 24 hours (one day).

Rule ID

SV-261394r996604_rule

STIG

SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-000198

Discussion

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

Check Content

Verify SLEM 5 creates or updates passwords with minimum password age of one day or greater with the following command:

     > grep '^PASS_MIN_DAYS' /etc/login.defs
     PASS_MIN_DAYS 1

If "PASS_MIN_DAYS" does not have a value of "1" or greater, the line is commented out, or no line is returned, this is a finding.

Fix Text

Configure SLEM 5 to enforce 24 hours/one day or greater as the minimum password age.

Add or modify the following line in the "/etc/login.defs" file:

PASS_MIN_DAYS <days>

The DOD requirement is "1", but a greater value is acceptable.