Rule ID
SV-46039r1_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.
Determine the key file. # grep -i '^tls_key' /etc/ldap.conf Check the group ownership. # ls -lL <keypath> If the group wner of the file is not root, this is a finding.
Change the group ownership of the file. # chgrp root <keypath>