From f0db773c77081ac3d4f5ee70e0f37ef7cd056631 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: May 15 2018 06:48:16 +0000 Subject: Change old Fedorahosted links to Pagure Although Fedorahosted ticket links are being redirected to Pagure tickets, we should rather use proper links, in case the redirect is removed in future. --- diff --git a/design_pages/kcm.rst b/design_pages/kcm.rst index d14cc8a..99e441f 100644 --- a/design_pages/kcm.rst +++ b/design_pages/kcm.rst @@ -70,9 +70,9 @@ containers. In particular: have access to keytab separately Having the KCM service might also enable us to solve tickets such as: - * `RFE To delete kerberos tickets once the user logs out `_ - * `RFE Expand kerberos ticket renewal `_ - * `RFE Add a general-purpose D-Bus responder for ticket monitoring `_ + * `RFE To delete kerberos tickets once the user logs out `_ + * `RFE Expand kerberos ticket renewal `_ + * `RFE Add a general-purpose D-Bus responder for ticket monitoring `_ * `KCM: Implement a shim layer to format FILE-based credentials from KCM credential cache `_ Overview of the solution diff --git a/design_pages/matching_and_mapping_certificates.rst b/design_pages/matching_and_mapping_certificates.rst index a8701ae..bb1444a 100644 --- a/design_pages/matching_and_mapping_certificates.rst +++ b/design_pages/matching_and_mapping_certificates.rst @@ -20,7 +20,7 @@ a certificate. Matching ^^^^^^^^ Even if SSSD will support multiple certificates on a Smartcard in -the context of ``_ it might be +the context of ``_ it might be necessary to restrict (or relax) the current certificate selection in certain environments. diff --git a/design_pages/smartcard_authentication_pkinit.rst b/design_pages/smartcard_authentication_pkinit.rst index 96b78b6..788b6c8 100644 --- a/design_pages/smartcard_authentication_pkinit.rst +++ b/design_pages/smartcard_authentication_pkinit.rst @@ -97,7 +97,7 @@ syntax of the identify string is :: From the krb5.conf man page: "All keyword/values are optional. modname specifies the location of a library implementing -PKCS\ `#11 `__. If a value is +PKCS\ `#11 `__. If a value is encountered with no keyword, it is assumed to be the modname. If no module-name is specified, the default is opensc-pkcs11.so. slotid= and/or token= may be specified to force the use of a particular smartcard diff --git a/design_pages/subdomain_configuration.rst b/design_pages/subdomain_configuration.rst index 0ce5e17..1033348 100644 --- a/design_pages/subdomain_configuration.rst +++ b/design_pages/subdomain_configuration.rst @@ -4,7 +4,7 @@ Trusted domain configuration ============================ Related ticket(s): - * https://fedorahosted.org/sssd/ticket/2599 + * https://pagure.io/SSSD/sssd/issue/2599 Problem statement -----------------