[5527] in Kerberos
Re: problem running sclient
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Fri Jul 21 10:16:19 1995
To: kerberos@MIT.EDU
Date: 21 Jul 1995 14:05:32 GMT
From: marc@cam.ov.com (Marc Horowitz)
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