[6851] in Kerberos
kinit'ing to a krb4 real
daemon@ATHENA.MIT.EDU (William Kupersanin)
Thu Mar 7 23:14:09 1996
To: kerberos@MIT.EDU
Date: 8 Mar 1996 03:51:51 GMT
From: kuper@Glue.umd.edu (William Kupersanin)
I have compiled krb5B5 on a Linux box and I am trying to kinit to a
krb4 server in anther realm. This is the rather vague error I get...
nowhere: {53} /krb5/bin/kinit kuper@GLUE.UMD.EDU
Password for kuper@GLUE.UMD.EDU:
kinit: Initial Ticket response appears to be Version 4 error while
getting initial credentials
nowhere: {54}
Here is the relevant parts of my /etc/krb5.conf
GLUE.UMD.EDU = {
kdc = foo.eng.UMD.EDU
kdc = bar.eng.UMD.EDU
admin_server = foo.eng.UMD.EDU
default_domain = glue.umd.edu
v4_instance_convert = {
glue = glue.umd.edu
egypt = foo.eng.umd.edu
}
Is there a way to turn on detailed logging or more verbose errors so
that I can get a clue as to why it dies? Any pointers would be appreciated.
Thanks!
-- Willie