[1760] in Kerberos-V5-bugs
Re: bugs migrating v4 realm to v5
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Mon Dec 25 10:09:17 1995
From: epeisach@MIT.EDU
Date: Mon, 25 Dec 1995 10:09:10 -0500
To: hartmans@MIT.EDU
Cc: krb5-bugs@MIT.EDU
>>* ktutil writes out a bogus v4 srvtab that it can't read back
>>in. (ksrvutil also indicates problems.) It doesn't appear to do host
>>conversion either.
What you didn;t realize was that ktutil was actually writing out a very
valid keytab!!!
Change the word "keytab" to "srvtab" in one line of code and then zeroing
malloced memory in the called function fixes this problem.
The change is checked in...
Ezra