STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must map the authenticated identity to the user or group account for public key infrastructure (PKI)-based authentication.

DISA Rule

SV-281330r1167140_rule

Vulnerability Number

V-281330

Group Title

SRG-OS-000068-GPOS-00036

Rule Version

RHEL-10-701280

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 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 = .*EDIPI@mil
maprule = (userCertificate;binary={cert!bin})
domains = testing.test

Restart the "sssd" service with the following command for the changes to take effect:

$ sudo systemctl restart sssd.service

Check Contents

Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.

Verify RHEL 10 maps the authenticated identity to the user or group account for PKI-based authentication.

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 {} \;
[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.

Vulnerability Number

V-281330

Documentable

False

Rule Version

RHEL-10-701280

Severity Override Guidance

Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable.

Verify RHEL 10 maps the authenticated identity to the user or group account for PKI-based authentication.

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 {} \;
[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.

Check Content Reference

M

Target Key

5733