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