The AIX operating system must be configured to use a valid server_ca.pem file.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-215440SRG-OS-000480-GPOS-00227AIX7-00-003204SV-215440r991589_rule2024-08-163
Description
To assure accountability and prevent unauthenticated access, privileged and non-privileged users must utilize multifactor authentication to prevent potential misuse and compromise of the system. Multifactor authentication uses two or more factors to achieve authentication. Factors include: 1. Something you know (e.g., password/PIN); 2. Something you have (e.g., cryptographic identification device, token); and 3. Something you are (e.g., biometric). The DoD CAC with DoD-approved PKI is an example of multifactor authentication.
ℹ️ Check
Verify the location of the "server_ca.pem" file: # grep -i "trustedcas" /etc/security/pmfa/pam_pmfa.conf | grep -v '#' TRUSTEDCAS = /<path_to_file>/server_ca.pem Verify that the configured "server_ca.pem" file exists in the defined location: # ls -la /<path_to_file>/server_ca.pem If the file does not exist, this is a finding.
✔️ Fix
Configure the system to use a valid "server_ca.pem" file.