update Kerberos state

This commit is contained in:
2022-10-28 11:10:42 +02:00
parent 964aab477b
commit 56327f4f7f

View File

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