com.ibm.security.krb5.internal.tools
Class Ktab

java.lang.Object
  extended by com.ibm.security.krb5.internal.tools.Ktab

public class Ktab
extends java.lang.Object

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).

Version:
1.00 10 Jul 00
Author:
Yanni Zhang

Constructor Summary
Ktab()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program that can be invoked at command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ktab

public Ktab()
Method Detail

main

public static void main(java.lang.String[] args)
The main program that can be invoked at command line.
Usage: java com.ibm.security.krb5.tools.Ktab
available options to Ktab:
  • -l list the keytab name and entries
  • -a <principal name> (<password>) add an entry to the keytab
  • -d <principal name> delete an entry from the keytab
  • -k <keytab name > specify keytab name and path with prefix FILE:
  • -help display instructions.