UCF STIG Viewer Logo

If the system is using LDAP for authentication or account information the LDAP client configuration file must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22559 GEN008060 SV-40726r1_rule ECLP-1 Medium
Description
LDAP can be used to provide user authentication and account information, which are vital to system security. The LDAP client configuration must be protected from unauthorized modification.
STIG Date
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-39461r1_chk )
Verify the permissions of the files.
# ls -lL /var/ldap/ldap_client_file /var/ldap/ldap_client_cred
If the mode of either file is more permissive than 0600, this is a finding.
Fix Text (F-34588r1_fix)
Change the permissions of the files.
# chmod 0600 /var/ldap/ldap_client_file /var/ldap/ldap_client_cred