Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22573 | GEN008340 | SV-37973r1_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. Note: Depending on the particular implementation, group and other read permission may be necessary for unprivileged users to successfully resolve account information using LDAP. This will still be a finding, as these permissions provide users with access to system authenticators. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 5 Security Technical Implementation Guide | 2013-04-10 |
Check Text ( C-37269r1_chk ) |
---|
Determine the key file. # grep -i '^tls_key' /etc/ldap.conf Check the permissions. # ls -lL If the mode of the file is more permissive than 0600, this is a finding. |
Fix Text (F-32506r1_fix) |
---|
Change the mode of the file. # chmod 0600 |