From 095ae2aa5072282f4b1842e78baeb4c82bd31098 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Sat, 5 May 2012 10:53:44 -0400 Subject: Help updates for kfw 4.0 Signed-off-by: Kevin Wasserman [kaduk@mit.edu: Squash commits, a couple of grammar fixes, and also turn a few instances of "Leash" into "MIT Kerberos". Trim trailing whitespace and other whitespace tweaks to pass the commit hooks.] ticket: 7300 (new) queue: kfw target_version: 1.10.4 tags: pullup Signed-off-by: Kevin Wasserman --- src/windows/leash/htmlhelp/html/KSWITCH.htm | 80 +++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 src/windows/leash/htmlhelp/html/KSWITCH.htm (limited to 'src/windows/leash/htmlhelp/html/KSWITCH.htm') diff --git a/src/windows/leash/htmlhelp/html/KSWITCH.htm b/src/windows/leash/htmlhelp/html/KSWITCH.htm new file mode 100644 index 000000000..b4f10df5d --- /dev/null +++ b/src/windows/leash/htmlhelp/html/KSWITCH.htm @@ -0,0 +1,80 @@ + + + + + +KSWITCH + + +

KSWITCH Command

+ + + + +
The following information reproduces the information from UNIX man page for the KSWITCH command.
+

SYNOPSIS

+ + + + + +
kswitch + + { -c cache_name | -p principal } +
+ +

DESCRIPTION

+

+ kswitch makes the specified credential cache the primary cache for the collection, if a cache collection is available. +

+ +

OPTIONS

+ + + + + + + + + + + +
-c cache_name Directly specifies the credential cache to be made primary. +
-p principal Causes the cache collection to be searched for a cache containing credentials for principal. If one is found, that collection is made primary. +
+ + +

ENVIRONMENT

+

kswitch uses the following environment variables:

+ + + + + +
KRB5CCNAME Location of the default Kerberos 5 credentials (ticket) + cache, in the form type:residual. If no type prefix is + present, the FILE type is assumed. The type of the + default cache may determine the availability of a cache + collection; for instance, a default cache of type DIR + causes caches within the directory to be present in the + collection.
+ +

FILES

+ + + + + +
/tmp/krb5cc_[uid] default location of Kerberos 5 credentials cache ([uid] is the decimal UID of the user).
+ +

SEE ALSO

+