update Kerberos state

This commit is contained in:
2022-10-28 11:05:15 +02:00
parent 72e111b27f
commit 964aab477b
+1 -3
View File
@@ -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
```