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 vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

V-239648

CAT II (Medium)

The SLES for vRealize must enforce a delay of at least 4 seconds between logon prompts following a failed logon attempt.

Rule ID

SV-239648r662395_rule

STIG

VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

Version

V2R2

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

Verify the SLES for vRealize enforces a delay of at least "4" seconds between logon prompts following a failed logon attempt.

Review the file "/etc/login.defs" and verify the parameter "FAIL_DELAY" is a value of "4" or greater. 

Procedure:

# grep FAIL_DELAY /etc/login.defs

The typical configuration looks something like this: 

FAIL_DELAY    4

If the parameter "FAIL_DELAY" does not exists, or is less than "4", this is a finding.

Fix Text

Configure SLES for vRealize to enforce a delay of at least "4" seconds between logon prompts following a failed logon attempt. 

Set the parameter "FAIL_DELAY" to a value of "4" or greater. 

Edit the file "/etc/login.defs". Set the parameter "FAIL_DELAY" to a value of "4" or greater. 

The typical configuration looks something like this: 

FAIL_DELAY    4

Save the changes made to the file.