[679] in Kerberos-V5-bugs
Re: krb5kdc, replay cache, and Solaris 2.3
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Aug 25 00:41:12 1994
Date: Thu, 25 Aug 94 00:40:52 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: John DiMarco <jdd@cdf.toronto.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [626]
From: John DiMarco <jdd@cdf.toronto.edu>
Date: Fri, 12 Aug 1994 17:17:42 -0400
Starting up krb5kdc returns the following error:
krb5kdc: Permission denied in replay cache code while expunging replay cache 'dfl:'
FYI, we've found and fixed the problem. Code in rc_dfl_io_expunge() was
trying to use a variable that it had justed freed, and that doesn't work
on Sun's. :-) Look for the next patch release to fix your problem.
- Ted