[662] in Kerberos
Can't get kerberos running properly -- HELP!
daemon@TELECOM.MIT.EDU (Barry Lustig)
Thu Mar 9 12:41:08 1989
From: Barry Lustig <barry@ADS.COM>
To: kerberos@ATHENA.MIT.EDU
I'm having some continuing problems getting kerberos up and running
properly. I'm trying to installed the system on a couple of Sun 3's
running SunOS 3.5. I am compiling kerberos with a 4.3 compatibility
package that provides all of the standard 4.3 functionality,
getttyent, 4.3 syslog, named, etc.
I've installed the following principals into the database:
barry.
rcmd.zodiac
rcmd.deimos
rcmd.
The official name for zodiac is ADS.COM.
The official name for deimos is deimos.ADS.COM.
The following is a script of what happens when I try and use the
kerberos rlogin service.
By the way, the des library *did* pass the regression test.
barry
------------------------
Script started on Mon Mar 6 14:51:37 1989
zodiac(43)-> kinit
Local "MIT Project Athena" wanna-bes (zodiac)
Kerberos Initialization
Kerberos name: barry
Password:
zodiac(44)-> klist
Ticket file: /tmp/tkt1240
Principal: barry@ADS.COM
Issued Expires Principal
Mar 6 14:51:45 Mar 6 22:51:45 krbtgt.ADS.COM@ADS.COM
zodiac(45)-> cd ../ucb
zodiac(46)-> ./rlogin deimos
Kerberos rlogin failed: Can't decode authenticator (krb_rd_req) <--- ?????
Password:
Login incorrect
login: Connection closed.
zodiac(47)-> ../bin/klist
Ticket file: /tmp/tkt1240
Principal: barry@ADS.COM
Issued Expires Principal
Mar 6 14:51:45 Mar 6 22:51:45 krbtgt.ADS.COM@ADS.COM
Mar 6 14:51:59 Mar 6 22:51:59 rcmd.deimos@ADS.COM
zodiac(48)->
script done on Mon Mar 6 14:52:16 1989