[27771] in Kerberos
Re: Java GSSAPI Server Failure
daemon@ATHENA.MIT.EDU (slushpupie@gmail.com)
Mon May 14 15:00:32 2007
Message-ID: <ace41e70705141200j61e810ffn56795d9de9a45f0e@mail.gmail.com>
Date: Mon, 14 May 2007 14:00:21 -0500
From: " " <slushpupie@gmail.com>
To: "Seema Malkani" <Seema.Malkani@sun.com>
In-Reply-To: <4648A3F8.4080401@Sun.COM>
MIME-Version: 1.0
Content-Disposition: inline
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Thanks, but I just figured it out. Though DNS was correct (I checked
it several times), a typo in /etc/hosts screwed this one up for me. I
ended up using the java debugger to print out the name it thought it
was looking for and noticed it didnt match. The error reporting from
java on this is near unusable.
Jay
On 5/14/07, Seema Malkani <Seema.Malkani@sun.com> wrote:
> Please check the service principal name that you pass as args[0] in your
> code.
>
> Here is an example:
>
> Oid krb5 = new Oid("1.2.840.113554.1.2.2");
> // create a host based service name
> GSSName name = manager.createName("service@host",
> GSSName.NT_HOSTBASED_SERVICE, krb5);
>
> Seema
--
Jay Kline
http://www.slushpupie.com/
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos