No kinit/klist in Java 1.6 under Linux

Hi all,

I'm facing a problem : the kerberos related utilities (kinit/klist/kdestroy) have disappeared since Java 1.6, and only under Linux. In a Windows installation, there's no problem.

My question is : how can I replace now these utilities ? Is it a bug in the JDK or JRE installation package ?

Thx

[327 byte] By [Lantoa] at [2007-11-26 22:14:23]
# 1
It' removed. See http://java.sun.com/javase/6/docs/technotes/guides/security/SecurityToolsSummary.html
wangwja at 2007-7-10 11:05:37 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...
# 2
We now ship Kerberos tools only for Windows release. The Linux implementations (Redhat, SuSE) already include the Kerberos tools.Seema
Seema-1a at 2007-7-10 11:05:37 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...
# 3

But the problem is that I have some problems on using a ticket got by the Linux included kinit : I try to use it under a Java program (an application under JBoss App Server), and I got an error saying me that the TGT is not valid.

If the ticket is got by the kinit provided in JDK 1.5, I have no problem.

For information : I'm using JBoss 4.0.3SP1 and JDK 1.6.0

Lanto

Lanto-a at 2007-7-10 11:05:37 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...
# 4
Can you provide the error detail? Is there Exception stack info?
wangwja at 2007-7-10 11:05:37 > top of Java-index,Security,Kerberos & Java GSS (JGSS)...