[838] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

patch level 0 -> patch level 2 breakage

daemon@ATHENA.MIT.EDU (*Hobbit*)
Fri Oct 7 23:51:27 1994

Date: Fri, 7 Oct 1994 23:51:19 -0400
From: *Hobbit* <hobbit@asylum.sf.ca.us>
To: krb5-bugs@MIT.EDU

src/admin/create/kdb5_create.c contains somewhere in add_principal() ...

	entry.mkvno = 0;	/* patch level 0 */
or
	entry.mkvno = 1;	/* patch level 2 */

Guess what?  This seems to break v4 backward compatibility; a v4 kinit
hands me "incorrect master key version (kerberos)".  Like it should really
care.  Dumping the database, munging all the mkvnos to 0 [and maybe the entry
kvnos as well, now I can't FUCKING REPRODUCE IT] and reloading it allowed
me, at least once, to get tickets I added with "av4k".

_H*

home help back first fref pref prev next nref lref last post