[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Heimdal and OpenBSD 2.6
Hi, Assar,
Thanks for your rapid reply.
> > First, I tried Heimdal-0.3b. It confiugres and compiles fine, but
> > kinit does not seem to work:
> >
> > itoi@alice :) ./kinit
> > itoi@CITI.UMICH.EDU's Password:
> > kinit: krb5_get_init_creds: Cannot contact any KDC for requested realm
> >
> > Although the same version on Linux 2.2 with the exact same
> > /etc/krb5.conf works fine.
>
> Can you send me the (relevant parts of) your your /etc/krb5.conf
Sure. Here you are.
Also, I forgot to mention that MIT K5 kinit works on this
configuration. Puzzling. :(
[libdefaults]
ticket_lifetime = 600
default_realm = CITI.UMICH.EDU
default_tkt_enctypes = des-cbc-md5,des-cbc-crc
default_tgs_enctypes = des-cbc-md5,des-cbc-crc
forwardable = true
[realms]
CITI.UMICH.EDU = {
kdc = babble.citi.umich.edu:88
admin_server = babble.citi.umich.edu:749
default_domain = citi.umich.edu
}
[domain_realm]
.citi.umich.edu = CITI.UMICH.EDU
citi.umich.edu = CITI.UMICH.EDU