From 3bc91e7bb2e5d048b119ec1e6d647f1b278a1b74 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 9 Nov 2022 11:49:45 +0100 Subject: [PATCH] pam_single_kcm_cache is now on Github --- rhel8/kerberos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel8/kerberos.md b/rhel8/kerberos.md index 9be34528..2e2e9648 100644 --- a/rhel8/kerberos.md +++ b/rhel8/kerberos.md @@ -294,7 +294,7 @@ To work around this, the module iterates through all credential caches provided Note that the reason for `systemd --user` to use the same credential cache as the desktop sessions is that at least Gnome uses it to start the user programs like Evolution or Firefox. -The code you find in [Gitlab](https://git.psi.ch/linux-infra/pam_single_kcm_cache) where there is currently an [open merge request for the initial commit](https://git.psi.ch/linux-infra/pam_single_kcm_cache/-/merge_requests/1). I plan to make that public on Github. +The code is publicly available on [Github](https://github.com/paulscherrerinstitute/pam_single_kcm_cache). ## Diagrams about Kerberos related Interactions