SV-219317r610963_rule
V-219317
SRG-OS-000105-GPOS-00052
UBTU-18-010427
CAT II
10
Configure the Ubuntu operating system to use multifactor authentication for local access to accounts.
Add or update "pam_pkcs11.so" in "/etc/pam.d/common-auth" to match the following line:
auth [success=2 default=ignore] pam_pkcs11.so
Verify the Ubuntu operating system uses multifactor authentication for local access to accounts.
Check that the "pam_pkcs11.so" option is configured in the "/etc/pam.d/common-auth" file with the following command:
# grep pam_pkcs11.so /etc/pam.d/common-auth
auth [success=2 default=ignore] pam_pkcs11.so
If "pam_pkcs11.so" is not set in "/etc/pam.d/common-auth", this is a finding.
V-219317
False
UBTU-18-010427
Verify the Ubuntu operating system uses multifactor authentication for local access to accounts.
Check that the "pam_pkcs11.so" option is configured in the "/etc/pam.d/common-auth" file with the following command:
# grep pam_pkcs11.so /etc/pam.d/common-auth
auth [success=2 default=ignore] pam_pkcs11.so
If "pam_pkcs11.so" is not set in "/etc/pam.d/common-auth", this is a finding.
M
4055