Rule ID
SV-46005r1_rule
Version
V1R12
CCIs
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.
Check the permissions of the file. # ls -lL /etc/ldap.conf If the mode of the file is more permissive than 0644, this is a finding.
Change the permissions of the file. # chmod 0644 /etc/ldap.conf