summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:48 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-05 16:26:48 +0000
commit916555623ea3c0cd8976718f0b989280df9260ce (patch)
treeb93331f1e121874fae9e6e31eabe9c46f0ce10a4 /src/configure.in
parent45360c9688ca963f75a2480f2cf818424fc3dc7b (diff)
downloadkrb5-916555623ea3c0cd8976718f0b989280df9260ce.tar.gz
krb5-916555623ea3c0cd8976718f0b989280df9260ce.tar.xz
krb5-916555623ea3c0cd8976718f0b989280df9260ce.zip
Add ccache collection support to tools
* "kdestroy -A" destroys all caches in collection. * "kinit princ" searches the collection for a matching cache and overwrites it, or creates a new cache in the collection, if the type of the default cache is collection-enabled. The chosen cache also becomes the primary cache for the collection. * "klist -l" lists (in summary form) the caches in the collection. * "klist -A" lists the content of all of the caches in the collection. * "kswitch -c cache" (new command) makes cache the primary cache. * "kswitch -p princ" makes the cache for princ the primary cache. ticket: 6956 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25157 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index c765c91e33..38889cf529 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1239,7 +1239,7 @@ dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test
plugins/authdata/greet_server
clients clients/klist clients/kinit clients/kvno
- clients/kdestroy clients/kpasswd clients/ksu
+ clients/kdestroy clients/kpasswd clients/ksu clients/kswitch
kadmin kadmin/cli kadmin/dbutil kadmin/ktutil kadmin/server
kadmin/testing kadmin/testing/scripts kadmin/testing/util