Re: Java fails to read crendential cache which has ben obtained through a client keytab

2014-07-31 Thread Wang Weijun
Hi Michael We've recently fixed a bug where the principal name in ccache has no realm: http://bugs.openjdk.java.net/browse/JDK-8048073 8048073: Cannot read ccache entry with a realm-less service name Is this the same one? If not, can you send me a copy of your ccache? Thanks Max On Jul 31,

Java fails to read crendential cache which has ben obtained through a client keytab

2014-07-31 Thread Michael Osipov
Hi, I recently started using the client keytab feature MIT Kerberos introduced some time ago. While C based programs work fine with KRB5_CLIENT_KTNAME, Java is unable to read the credential cache created by that client keytab initiation code because some addtional marker principals are added.