Skip to content

Commit 2c6c936

Browse files
committed
Revert reference files
1 parent bd4c232 commit 2c6c936

File tree

6 files changed

+142
-142
lines changed

6 files changed

+142
-142
lines changed

linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_cert_checking/tests/commented.fail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# platform = multi_platform_ubuntu,multi_platform_rhel
3-
# packages = openssl-pkcs11
3+
# packages = openssl-pkcs11,libpam-pkcs11
44

55
if [ ! -f /etc/pam_pkcs11/pam_pkcs11.conf ]; then
66
cp /usr/share/doc/libpam-pkcs11/examples/pam_pkcs11.conf.example /etc/pam_pkcs11/pam_pkcs11.conf

linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_cert_checking/tests/correct.pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# platform = multi_platform_ol,multi_platform_rhel,multi_platform_ubuntu,multi_platform_almalinux
3-
# packages = openssl-pkcs11
3+
# packages = openssl-pkcs11,libpam-pkcs11
44

55
if [ ! -f /etc/pam_pkcs11/pam_pkcs11.conf ]; then
66
cp /usr/share/doc/libpam-pkcs11/examples/pam_pkcs11.conf.example /etc/pam_pkcs11/pam_pkcs11.conf

linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_configure_cert_checking/tests/missing_ocsp.fail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# platform = multi_platform_ol,multi_platform_rhel,multi_platform_ubuntu,multi_platform_almalinux
3-
# packages = openssl-pkcs11
3+
# packages = openssl-pkcs11,libpam-pkcs11
44

55
if [ ! -f /etc/pam_pkcs11/pam_pkcs11.conf ]; then
66
cp /usr/share/doc/libpam-pkcs11/examples/pam_pkcs11.conf.example /etc/pam_pkcs11/pam_pkcs11.conf

0 commit comments

Comments
 (0)