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 ```