summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/htmlhelp/html/KSWITCH.htm
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-05-05 10:53:44 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-28 18:25:11 -0400
commit095ae2aa5072282f4b1842e78baeb4c82bd31098 (patch)
tree1e7494061a533b2373e74e657cfd47c74e282ecc /src/windows/leash/htmlhelp/html/KSWITCH.htm
parentbdcc614a53e1567e5e1f23db9c578b482641cf99 (diff)
downloadkrb5-095ae2aa5072282f4b1842e78baeb4c82bd31098.tar.gz
krb5-095ae2aa5072282f4b1842e78baeb4c82bd31098.tar.xz
krb5-095ae2aa5072282f4b1842e78baeb4c82bd31098.zip
Help updates for kfw 4.0
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> [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 <kevin.wasserman@painless-security.com>
Diffstat (limited to 'src/windows/leash/htmlhelp/html/KSWITCH.htm')
-rw-r--r--src/windows/leash/htmlhelp/html/KSWITCH.htm80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/windows/leash/htmlhelp/html/KSWITCH.htm b/src/windows/leash/htmlhelp/html/KSWITCH.htm
new file mode 100644
index 0000000000..b4f10df5d7
--- /dev/null
+++ b/src/windows/leash/htmlhelp/html/KSWITCH.htm
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<HTML>
+<HEAD>
+<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">
+<link rel="stylesheet" type="text/css" href="Leash.css" />
+<Title>KSWITCH</Title>
+</HEAD>
+<BODY>
+<H1>KSWITCH Command</H1>
+
+<table>
+<tr><th id="th2"> The following information reproduces the information from UNIX man page for the KSWITCH command.</th>
+</tr>
+</table>
+<H2>SYNOPSIS</H2>
+<table>
+<tr>
+<th id="th2">kswitch </th>
+<td>
+
+<span class="command"> { <B>-c</B> <I>cache</I><B>_</B><I>name</I> | <B>-p</B> <I>principal</I> }</span>
+</td>
+</tr>
+</table>
+
+<H2>DESCRIPTION</H2>
+<p>
+ <span class="command"> <I>kswitch </I></span> makes the specified credential cache the primary cache for the collection, if a cache collection is available.
+</p>
+
+<H2>OPTIONS</H2>
+
+
+<table>
+<tr>
+<th id="th2"><span class="command"> <B>-c</B> <I>cache</I><B>_</B><I>name</I> </span></th>
+<td> Directly specifies the credential cache to be made primary.
+</td>
+</tr>
+<tr>
+<th id="th2"><span class="command"> <B>-p</B> <I>principal</I> </span></th>
+<td> Causes the cache collection to be searched for a cache containing credentials for principal. If one is found, that collection is made primary.
+</td>
+</tr>
+ </table>
+
+
+<H2>ENVIRONMENT</H2>
+<p> <B>kswitch</B> uses the following environment variables:</p>
+<table>
+<tr>
+<th id="th2"> KRB5CCNAME</th>
+<td> Location of the default Kerberos 5 credentials (ticket)
+ cache, in the form <I>type</I>:<I>residual</I>. If no type prefix is
+ present, the <B>FILE</B> type is assumed. The type of the
+ default cache may determine the availability of a cache
+ collection; for instance, a default cache of type <B>DIR</B>
+ causes caches within the directory to be present in the
+ collection. </td>
+</tr>
+</table>
+
+<H2>FILES</H2>
+<table>
+<tr>
+ <th id="th2"> <span class="command"> /tmp/krb5cc_[uid] </span></th>
+<td> default location of Kerberos 5 credentials cache ([uid] is the decimal UID of the user). </td></tr>
+
+</table>
+
+<H2>SEE ALSO</H2>
+<ul id="helpul">
+<li><a href="HTML/KINIT.htm"><B>kinit</B></a> </li>
+<li><a href="HTML/KDESTROY.htm"><B>kdestroy</B></a></li>
+<li><a href="HTML/KLIST.htm"><B>klist</B></a> </li>
+<li><B>kerberos (1)</B></li>
+
+
+</BODY>
+</HTML>