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 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

V-256542

CAT II (Medium)

The Photon operating system must set the "FAIL_DELAY" parameter.

Rule ID

SV-256542r991588_rule

STIG

VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-000366

Discussion

Limiting the number of logon attempts over a certain time interval reduces the chances that an unauthorized user may gain access to an account.

Check Content

At the command line, run the following command:

# grep FAIL_DELAY /etc/login.defs 

Expected result:

FAIL_DELAY 4

If the output does not match the expected result, this is a finding.

Fix Text

Navigate to and open:

/etc/login.defs

Add the following line after the last auth statement:

FAIL_DELAY 4