[6023] in Kerberos
Kerberos v4 - v5b5 - osf
daemon@ATHENA.MIT.EDU (Stephane Raby)
Thu Oct 19 10:07:00 1995
To: kerberos@MIT.EDU
Date: Thu, 19 Oct 1995 12:58:07 GMT
From: sraby@oberon.srv.gc.ca (Stephane Raby)
I want to setup a dial-inn server that support kerberos v4 authentication
for users. So I installed kerberos v5 beta 5 on an alpha box running osf/1.
I followed the installation instructions that comes with the software as well
as the document written by Lenny Miceli.
kinit and klist works fine. I created my keys with av4k. I also del the
krbtgt and recreate it with av4k.
The only thing I get in the log file krb5.log is:
=======
Oct 18 10:10:58 webster krb5kdc[1558]: PROCESS_V4:Initial ticket request Host:
192.197.83.11 User: "SRABY" ""
After that the process krb5kdc stops or crash.
The dial-inn server error message is:
=====
Authentication failed, timed out.
Here is my krb5.conf file:
====================
[libdefaults]
default_realm = SRV.GC.CA
[realms]
SRV.GC.CA = {
kdc = webster.srv.gc.ca
admin_server = webster.srv.gc.ca
default_domain = srv.gc.ca
v4_instance_convert = {
srv = srv.gc.ca
oberon = oberon.srv.gc.ca
}
}
[domain_realm]
.srv.gc.ca = SRV.GC.CA
And here what my database 5 looks like (command ldb in kdb5_edit):
======================================================
entry: sample/webster.srv.gc.ca@SRV.GC.CA
entry: host/webster.srv.gc.ca@SRV.GC.CA
entry: changepw/kerberos@SRV.GC.CA
entry: krbtgt/SRV.GC.CA@SRV.GC.CA
entry: K/M@SRV.GC.CA
entry: root@SRV.GC.CA
entry: host/scooter.srv.gc.ca@SRV.GC.CA
entry: root/root@SRV.GC.CA
entry: SRABY@SRV.GC.CA
entry: kadmin/SRV.GC.CA@SRV.GC.CA
entry: root/admin@SRV.GC.CA
Any suggestions will be greately appreciated.
Regards,
Steph