1KSWITCH(1) MIT Kerberos KSWITCH(1)
2
3
4
6 kswitch - switch primary ticket cache
7
9 kswitch {-c cachename|-p principal}
10
12 kswitch makes the specified credential cache the primary cache for the
13 collection, if a cache collection is available.
14
16 -c cachename
17 Directly specifies the credential cache to be made primary.
18
19 -p principal
20 Causes the cache collection to be searched for a cache containā
21 ing credentials for principal. If one is found, that collection
22 is made primary.
23
25 See kerberos(7) for a description of Kerberos environment variables.
26
28 FILE:/tmp/krb5cc_%{uid}
29 Default location of Kerberos 5 credentials cache
30
32 kinit(1), kdestroy(1), klist(1), kerberos(7)
33
35 MIT
36
38 1985-2019, MIT
39
40
41
42
431.17 KSWITCH(1)