diff options
| author | Kevin Wasserman <kevin.wasserman@painless-security.com> | 2012-05-05 10:53:44 -0400 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-08-28 18:25:11 -0400 |
| commit | 095ae2aa5072282f4b1842e78baeb4c82bd31098 (patch) | |
| tree | 1e7494061a533b2373e74e657cfd47c74e282ecc /src/windows/leash/htmlhelp/html/KCPYTKT.htm | |
| parent | bdcc614a53e1567e5e1f23db9c578b482641cf99 (diff) | |
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/KCPYTKT.htm')
| -rw-r--r-- | src/windows/leash/htmlhelp/html/KCPYTKT.htm | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/windows/leash/htmlhelp/html/KCPYTKT.htm b/src/windows/leash/htmlhelp/html/KCPYTKT.htm new file mode 100644 index 000000000..c3acfb0fd --- /dev/null +++ b/src/windows/leash/htmlhelp/html/KCPYTKT.htm @@ -0,0 +1,83 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<HTML> +<HEAD> +<meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1"> +<link rel="stylesheet" type="text/css" href="Leash.css" /> +<Title>KCPYTKT</Title> +</HEAD> +<BODY> +<H1>KCPYTKT Command</H1> + +<table> +<tr><th id="th2"> The following information reproduces the information from UNIX man page for the KCPYTKT command.</th> +</tr> +</table> +<H2>SYNOPSIS</H2> +<table> +<tr> +<th id="th2">kcpytkt </th> +<td> +<span class="command">[<strong>-h</strong>]</span> +<span class="command">[<strong>-c</strong> <em>source_ccache</em></span> +<span class="command">[<strong>-e</strong> <em>etype</em>]</span> +<span class="command">[<strong>-f</strong> <em>flags</em>]</span> +<span class="command"> <em> dest_ccache</em></span> +<span class="command"><em>service1 service2</em> ..</span> +</td> +</tr> +</table> + +<H2>DESCRIPTION</H2> +<p> + <span class="command"> <em>kcpykt </em></span> copies the specified service tickets to the destination credentials cache.</p> + + +<H2>OPTIONS</H2> + + +<table> +<tr> +<th id="th2"><span class="command"><strong>-c</strong> </span></th> +<td> Specifies the source credentials cache from which service tickets will be +copied. If no ccache is specified, the default ccache is used. +</td> +</tr> +<tr> +<th id="th2"><span class="command"><strong>-e</strong> <em>etype</em></span></th> +<td> Specifies the session key enctype of the service tickets you wish to delete. +</td> +</tr> +<tr> +<th id="th2"><span class="command"><strong>-h</strong></span></th> +<td> Prints a usage statement and exits. +</td> +</tr> + </table> + + +<H2>ENVIRONMENT</H2> +<p> <B>kcpytkt</B> uses the following environment variables:</p> +<table> +<tr> +<th id="th2"> KRB5CCNAME</th> +<td> Location of the credentials (ticket) cache. </td> +</tr> +</table> + +<H2>FILES</H2> +<table> +<tr> + <th id="th2"> <span class="command"> /tmp/krb5cc_[uid] </span></th> +<td> default location of the credentials (ticket) 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>krb5(3)</li> +</ul> + +</BODY> +</HTML> |
