SV-274060r1120168_rule
V-274060
SRG-OS-000068-GPOS-00036
AZLX-23-001295
CAT II
10
Configure Amazon Linux 2023 to map the authenticated identity to the user or group account by adding or modifying the certmap section of the "/etc/sssd/sssd.conf file based on the following example:
[certmap/testing.test/rule_name]
matchrule =<SAN>.*EDIPI@mil
maprule = (userCertificate;binary={cert!bin})
domains = testing.test
The "sssd" service must be restarted for the changes to take effect. To restart the "sssd" service, run the following command:
$ sudo systemctl restart sssd.service
Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.
Verify the certificate of the user or group is mapped to the corresponding user or group in the "sssd.conf" file with the following command:
$ sudo find /etc/sssd/sssd.conf /etc/sssd/conf.d/ -type f -exec cat {} \;
[sssd]
config_file_version = 2
services = pam, sudo, ssh
domains = testing.test
[pam]
pam_cert_auth = True
offline_credentials_expiration = 1
[domain/testing.test]
id_provider = ldap
[certmap/testing.test/rule_name]
matchrule =<SAN>.*EDIPI@mil
maprule = (userCertificate;binary={cert!bin})
domains = testing.test
If the certmap section does not exist, ask the SA to indicate how certificates are mapped to accounts. If there is no evidence of certificate mapping, this is a finding.
V-274060
False
AZLX-23-001295
Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.
Verify the certificate of the user or group is mapped to the corresponding user or group in the "sssd.conf" file with the following command:
$ sudo find /etc/sssd/sssd.conf /etc/sssd/conf.d/ -type f -exec cat {} \;
[sssd]
config_file_version = 2
services = pam, sudo, ssh
domains = testing.test
[pam]
pam_cert_auth = True
offline_credentials_expiration = 1
[domain/testing.test]
id_provider = ldap
[certmap/testing.test/rule_name]
matchrule =<SAN>.*EDIPI@mil
maprule = (userCertificate;binary={cert!bin})
domains = testing.test
If the certmap section does not exist, ask the SA to indicate how certificates are mapped to accounts. If there is no evidence of certificate mapping, this is a finding.
M
5700