STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

TOSS 5 must map the authenticated identity to the user or group account for PKI-based authentication.

DISA Rule

SV-282444r1200312_rule

Vulnerability Number

V-282444

Group Title

SRG-OS-000068-GPOS-00036

Rule Version

TOSS-05-000367

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS 5 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})
dmains = testing.test

Restart the "sssd" service for the changes to take effect. To restart the "sssd" service, run the following command:

$ sudo systemctl restart sssd.service

Check Contents

Verify the certificate of the user or group is mapped to the corresponding user or group in the "sssd.conf" file using the following command:

$ sudo cat /etc/sssd/sssd.conf

[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 system administrator (SA) to indicate how certificates are mapped to accounts. If there is no evidence of certificate mapping, this is a finding.

Vulnerability Number

V-282444

Documentable

False

Rule Version

TOSS-05-000367

Severity Override Guidance

Verify the certificate of the user or group is mapped to the corresponding user or group in the "sssd.conf" file using the following command:

$ sudo cat /etc/sssd/sssd.conf

[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 system administrator (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

5738