Blame SOURCES/scap-security-guide-0.1.58-fix_rhel7_doc_link-PR_7443.patch

9be3b2
From 3866ba4f0ce678b68de0ff5f1dc7edbea6a904bb Mon Sep 17 00:00:00 2001
9be3b2
From: Gabriel Becker <ggasparb@redhat.com>
9be3b2
Date: Mon, 23 Aug 2021 12:10:01 +0200
9be3b2
Subject: [PATCH] Fix RHEL7 documentation link.
9be3b2
9be3b2
---
9be3b2
 .../screen_locking/smart_card_login/smartcard_auth/rule.yml     | 2 +-
9be3b2
 1 file changed, 1 insertion(+), 1 deletion(-)
9be3b2
9be3b2
diff --git a/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_auth/rule.yml b/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_auth/rule.yml
9be3b2
index 62a343cf39..8153b31177 100644
9be3b2
--- a/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_auth/rule.yml
9be3b2
+++ b/linux_os/guide/system/accounts/accounts-physical/screen_locking/smart_card_login/smartcard_auth/rule.yml
9be3b2
@@ -8,7 +8,7 @@ description: |-
9be3b2
     To enable smart card authentication, consult the documentation at:
9be3b2
     
    9be3b2
         {{% if product == "rhel7" %}}
    9be3b2
    -    
  • {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/smartcards.html#authconfig-smartcards") }}}
  • 9be3b2
    +    
  • {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/smartcards#authconfig-smartcards") }}}
  • 9be3b2
         {{% elif product == "ol7" %}}
    9be3b2
         
  • {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/7/userauth/ol7-auth.html#ol7-s4-auth") }}}
  • 9be3b2
         {{% endif %}}