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).