From 56327f4f7f75ce883b44470bbc7dcdad1f0fa18c Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 28 Oct 2022 11:10:42 +0200 Subject: [PATCH] update Kerberos state --- rhel8/kerberos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel8/kerberos.md b/rhel8/kerberos.md index 6c0a54fa..4e7f96ce 100644 --- a/rhel8/kerberos.md +++ b/rhel8/kerberos.md @@ -47,10 +47,10 @@ also the tickets therein. - remote desktop with NoMachine NX: TGT renewal after reconnection - website authentication (`SPNEGO` with Firefox, Chrome) -## `KCM` +## KCM (Kerberos Cache Manager) In RHEL 7 we are using the `KEYRING` (kernel keyring) cache, -whereas for RHEL 8 there came early the wish to use KCM (Kerberos Cache Manager) instead, +whereas for RHEL 8 there came early the wish to use KCM instead, which also is the [new default](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/identity-management_considerations-in-adopting-rhel-8#kcm-replace-keyring-default-cache_considerations-in-adopting-RHEL-8). The Kerberos documentation contains a [reference for all available cache types]( https://web.mit.edu/kerberos/www/krb5-latest/doc/basic/ccache_def.html).