com.ibm.security.krb5.internal.tools

Class Ktab

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.tools.Ktab

  1. public class Ktab
  2. 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

Constructor and Description
Ktab()

Method Summary

Modifier and Type Method and Description
  1. static
  2. 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

  1. public Ktab()

Method Detail

main

  1. 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:
  • -m <keytab name > <keytab name > merge the keytab entries from first file into second
  • -help display instructions.