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 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215205

CAT II (Medium)

If LDAP authentication is required, AIX must setup LDAP client to refresh user and group caches less than a day.

Rule ID

SV-215205r958828_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-002007

Discussion

If cached authentication information is out-of-date, the validity of the authentication information may be questionable.

Check Content

If LDAP authentication is not required, this is Not Applicable.

Verify the "/etc/security/ldap/ldap.cfg" file to see if the following two keywords have a value that is greater than "900" seconds:

# grep -i usercachetimeout /etc/security/ldap/ldap.cfg
usercachetimeout: 900

# grep -i groupcachetimeout /etc/security/ldap/ldap.cfg
groupcachetimeout: 900

If any of the above keywords does not exist, is commented out, or any value of the above keywords are greater than "900", this is a finding.

Fix Text

Edit the "/etc/security/ldap/ldap.cfg" file to set the following two keywords to have value of "900":
usercachetimeout
groupcachetimeout

Restart LDAP client using command:
# /usr/sbin/restart-secldapclntd