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

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

java.lang.Object
|
+--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).

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

equals, 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 <options>

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