[680] in Kerberos-V5-bugs
Re: krb5 on solaris2.3
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Aug 25 00:43:04 1994
Date: Thu, 25 Aug 94 00:42:25 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: John Mckeown <mckeown@tyche.cecer.army.mil>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [618]
Date: Fri, 5 Aug 1994 16:16:11 -0500
From: John Mckeown <mckeown@tyche.cecer.army.mil>
i am trying to get kerberos5 working under solaris2.3. it seems to compile
pretty much ok (with gcc). i had to add -DNO_UT_HOST -DSYSV to
krb5-beta4.1/src/kadmin/kpasswd/Makefile, but everything else looked fine
(a bunch of warnings). i used kdb5_create to create the principal database,
then used kdb5_stash to store the password. i used kdb5_edit to add an
entry to the database. so far, so good, it looks like. the next step, i
infer, is to start krb5kdc, but when i try to do so, i get this:
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