[1692] in Kerberos-V5-bugs
hst_realm.c is broken
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Oct 24 16:54:04 1995
From: epeisach@MIT.EDU
Date: Tue, 24 Oct 1995 16:53:50 -0400
To: krb5-bugs@MIT.EDU
Cc: probe@MIT.EDU
The dejagnu tests are broken. I have tracked it down to the changes to
hst_realm.c.
If I am reading the code right, there have been a change in conventions
with the changes checked in - essentially,dealing with the casing of
entries in the domain_realm section of krb5.conf.
The sample files all assume thinks like
.mit.edu = ATHENA.MIT.EDU
with the current change, it looks like they need to be
.MIT.EDU = ATHENA.MIT.EDU
Personally, I would prefer a compromise which would allow either.
I defintly don't think we should break anyone.
Ezra