[5530] in Kerberos
Re: problem running sclient
daemon@ATHENA.MIT.EDU (Lynn Monsanto)
Fri Jul 21 15:43:09 1995
Date: Fri, 21 Jul 1995 12:22:24 -0700
From: monsanto@excelsior-70.Eng.Sun.COM (Lynn Monsanto)
To: kerberos@MIT.EDU
Sure enough, sclient works OK after I changed the server
principal name to all lower case.
% sclient golden 906
sendauth succeeded, reply is:
reply len 33, contents:
You are monsanto@EBB.ENG.SUN.COM
BTW, I never would have guessed the solution. Is there
any documentation I should be reading that would have
clued me in?
Many thanks,
-Lynn-
> From owner-kerberos@MIT.EDU Fri Jul 21 08:39 PDT 1995
> To: kerberos@MIT.EDU
> Date: 21 Jul 1995 14:05:32 GMT
> From: marc@cam.ov.com (Marc Horowitz)
> Subject: Re: problem running sclient
>
> In article <9507192145.AA00563@golden.Eng.Sun.COM> monsanto@excelsior-70.Eng.Sun.COM (Lynn Monsanto) writes:
>
> I getting the following error when I try running the
> sample client "sclient" on KRB5_BETA5.
>
> % sclient golden 906
> sclient: Server not found in Kerberos database while using sendauth
>
> Here's a dump of the Kerberos database on my host. My host name is
> golden.EBB.Eng.Sun.COM and my domain name is EBB.ENG.SUN.COM.
> The KDC is on my host.
>
> kdb5_edit: ldb
> entry: sample/golden.EBB.Eng.SUN.COM@EBB.ENG.SUN.COM
> entry: monsanto@EBB.ENG.SUN.COM
> entry: K/M@EBB.ENG.SUN.COM
> entry: krbtgt/EBB.ENG.SUN.COM@EBB.ENG.SUN.COM
>
> service principal names need to have the hostname in all lowercase.
> If you add a principal to the database for
> sample/golden.ebb.eng.sun.com@EBB.ENG.SUN.COM, things should work
> (assuming nothing else is wrong :-)
>
> Marc
>