From 964aab477b8d29f006e5fed3326144b329478af9 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 28 Oct 2022 11:05:15 +0200 Subject: [PATCH] update Kerberos state --- rhel8/kerberos.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rhel8/kerberos.md b/rhel8/kerberos.md index c9a404da..6c0a54fa 100644 --- a/rhel8/kerberos.md +++ b/rhel8/kerberos.md @@ -20,11 +20,9 @@ kinit $(id -un)-adm and after you are done do ``` kdestroy -``` -to delete your administrative tickets. You might now exit the shell or switch back the Kerberos cache with -``` export KRB5CCNAME=$OLD_KRB5CCNAME ``` +to delete your administrative tickets and to get back to your normal credential cache. ### List all Credential Caches ```