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]

# 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