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 kswitch uses the following environment variables:
26
27 KRB5CCNAME
28 Location of the default Kerberos 5 credentials (ticket) cache,
29 in the form type:residual. If no type prefix is present, the
30 FILE type is assumed. The type of the default cache may deter‐
31 mine the availability of a cache collection; for instance, a
32 default cache of type DIR causes caches within the directory to
33 be present in the collection.
34
36 FILE:/tmp/krb5cc_%{uid}
37 Default location of Kerberos 5 credentials cache
38
40 kinit(1), kdestroy(1), klist(1)), kerberos(1)
41
43 MIT
44
46 1985-2017, MIT
47
48
49
50
511.15.1 KSWITCH(1)