STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide

V-261396

CAT II (Medium)

SLEM 5 must have the packages required for multifactor authentication to be installed.

Rule ID

SV-261396r996610_rule

STIG

SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-001948CCI-001953CCI-001954

Discussion

Using an authentication device, such as a Common Access Card (CAC) or token separate from the information system, ensures that even if the information system is compromised, that compromise will not affect credentials stored on the authentication device. Multifactor solutions that require devices separate from information systems gaining access include, for example, hardware tokens providing time-based or challenge-response authenticators and smart cards such as the U.S. Government Personal Identity Verification (PIV) card and the DOD CAC. A privileged account is defined as an information system account with authorizations of a privileged user. Remote access is access to DOD nonpublic information systems by an authorized user (or an information system) communicating through an external, nonorganization-controlled network. Remote access methods include, for example, dial-up, broadband, and wireless. This requirement only applies to components where this is specific to the function of the device or has the concept of an organizational user (e.g., VPN, proxy capability). This does not apply to authentication for the purpose of configuring the device itself (management).

Check Content

Verify SLEM 5 has the packages required for multifactor authentication installed.

Check for the presence of the packages required to support multifactor authentication with the following commands:

     > zypper info pam_pkcs11 | grep -i installed
     Installed:    Yes

     > zypper info mozilla-nss | grep -i installed
     Installed:    Yes

     > zypper info mozilla-nss-tools | grep -i installed
     Installed:    Yes

     > zypper info pcsc-ccid | grep -i installed
     Installed:    Yes

     > zypper info pcsc-lite | grep -i installed
     Installed:    Yes

     > zypper info pcsc-tools | grep -i installed
     Installed:    Yes

     > zypper info opensc | grep -i installed
     Installed:    Yes

     > zypper info coolkey | grep -i installed
     Installed:    Yes

If any of the packages required for multifactor authentication are not installed, this is a finding.

Fix Text

Configure SLEM 5 to implement multifactor authentication by installing the required packages.

Install the packages required to support multifactor authentication with the following commands:

     > sudo transactional-update pkg install pam_pkcs11

     > sudo reboot

     > sudo transactional-update pkg install mozilla-nss

     > sudo reboot

     > sudo transactional-update pkg install mozilla-nss-tools

     > sudo reboot

     > sudo transactional-update pkg install pcsc-ccid

     > sudo reboot

     > sudo transactional-update pkg install pcsc-lite

     > sudo reboot

     > sudo transactional-update pkg install pcsc-tools

     > sudo reboot

     > sudo  transactional-update pkg install opensc

     > sudo reboot

     > sudo transactional-update pkg install  coolkey

     > sudo reboot

Additional information on the configuration of multifactor authentication on SLEM 5 can be found at https://www.suse.com/communities/blog/configuring-smart-card-authentication-suse-linux-enterprise/.