87 lines
4.9 KiB
HTML
87 lines
4.9 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="com.ibm.security.krb5.internal.tools Class Ktab" />
|
||
|
<meta name="abstract" content="This class can execute as a command-line tool to help the user manage entires in the key table. Available functions include list/add/update/delete service key(s)." />
|
||
|
<meta name="description" content="This class can execute as a command-line tool to help the user manage entires in the key table. Available functions include list/add/update/delete service key(s)." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssconcept10.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzahajgssktab" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>com.ibm.security.krb5.internal.tools Class Ktab</title>
|
||
|
</head>
|
||
|
<body id="rzahajgssktab"><a name="rzahajgssktab"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">com.ibm.security.krb5.internal.tools Class Ktab</h1>
|
||
|
<div><p>This class can execute as a command-line tool to help the user
|
||
|
manage entires in the key table. Available functions include list/add/update/delete
|
||
|
service key(s).</p>
|
||
|
<div class="section"><p><samp class="codeph">java.lang.Object<br />
|
||
|
|<br />
|
||
|
+--com.ibm.security.krb5.internal.tools.Ktab</samp></p>
|
||
|
</div>
|
||
|
<div class="section"><p>public class <strong>Ktab</strong><br />
|
||
|
extends java.lang.Object</p>
|
||
|
<p>This class can execute as a command-line
|
||
|
tool to help the user manage entires in the key table. Available functions
|
||
|
include list/add/update/delete service key(s).</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Constructor summary</h4><p><samp class="codeph">Ktab()</samp></p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Method summary</h4>
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><tbody><tr><td valign="top" width="25.628140703517587%"><samp class="codeph">static void</samp></td>
|
||
|
<td valign="top" width="74.37185929648241%"><p><samp class="codeph">main(java.lang.String[] args)</samp><br />
|
||
|
The main program that can be invoked at command line.</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<p><strong>Methods inherited from class java.lang.Object</strong></p>
|
||
|
<p><samp class="codeph">equals,
|
||
|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</samp></p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Constructor detail</h4><p><strong>Ktab</strong></p>
|
||
|
<div class="p"><p><samp class="codeph">public Ktab()</samp></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Method detail</h4><p><strong>main</strong></p>
|
||
|
<p><samp class="codeph">public static
|
||
|
void main(java.lang.String[] args)</samp></p>
|
||
|
<p>The main program that can
|
||
|
be invoked at command line.</p>
|
||
|
<p> Usage: java com.ibm.security.krb5.tools.Ktab <options></p>
|
||
|
<div class="p">Available
|
||
|
options to Ktab:<ul><li><strong>-l</strong> list the keytab name and entries</li>
|
||
|
<li><strong>-a</strong> <<em>principal name</em>>(<<em>password</em>>) add an entry
|
||
|
to the keytab</li>
|
||
|
<li><strong>-d</strong> <<em>principal name</em>> delete an entry from the keytab </li>
|
||
|
<li><strong>-k</strong> <<em>keytab name</em>> specify keytab name and path with prefix
|
||
|
FILE:</li>
|
||
|
<li><strong>-help</strong> display instructions</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgssconcept10.htm" title="The identity under which an application engages in JGSS secure communication with a peer is called a principal. A principal may be a real user or an unattended service. A principal acquires security mechanism-specific credentials as proof of identity under that mechanism.">Principals and credentials</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|