[5520] in Kerberos
problem running sclient
daemon@ATHENA.MIT.EDU (Lynn Monsanto)
Wed Jul 19 18:03:43 1995
Date: Wed, 19 Jul 1995 14:45:11 -0700
From: monsanto@excelsior-70.Eng.Sun.COM (Lynn Monsanto)
To: kerberos@MIT.EDU
Cc: monsanto@excelsior-70.Eng.Sun.COM
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
I previously added the sample server "sserver" to the Kerberos
database using kdb5_edit. I also created a srvtab file for
sserver.
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
"klist" show that I ("monsanto") have a valid ticket in
the credentials cache.
Ticket cache: /tmp/krb5cc_4725
Default principal: monsanto@EBB.ENG.SUN.COM
Valid starting Expires Service principal
19-Jul-95 12:09:52 19-Jul-95 20:09:48 krbtgt/EBB.ENG.SUN.COM@EBB.ENG.SUN.COM
/etc/service contains entries for sserver
sample 906/tcp
sample 907/udp
In addition, I put some trace printf's in the server code
and can see the client is making a connection with the
server.
Any suggestions would be appreciated. I'm a new Kerberos user.
Thanks,
-Lynn-