Information
The operating system must implement cryptography to protect the integrity of Lightweight Directory Access Protocol (LDAP) communications is set for ldap_tls_cacert.
Rationale:
Without cryptographic integrity protections, information can be altered by unauthorized users without detection.
Cryptographic mechanisms used for protecting the integrity of information include, for example, signed hash functions using asymmetric cryptography enabling distribution of the public key to verify the hash information while maintaining the confidentiality of the key used to generate the hash.
Solution
Configure the operating system to implement cryptography to protect the integrity of LDAP remote access sessions.
Add or modify the following line in /etc/sssd/sssd.conf:
Example: vim /etc/sssd/sssd.conf
Add, uncomment or update the following line:
ldap_tls_cacert = /etc/pki/tls/certs/ca-bundle.crt
Notes:
This Benchmark recommendation maps to:
Red Hat Enterprise Linux 7 Security Technical Implementation Guide:
Version 2, Release: 3 Benchmark Date: 26 Apr 2019
Vul ID: V-72231
Rule ID: SV-86855r3_rule
STIG ID: RHEL-07-040200
Severity: CAT II