[618] in Kerberos-V5-bugs
krb5 on solaris2.3
daemon@ATHENA.MIT.EDU (John Mckeown)
Fri Aug 5 17:16:34 1994
Date: Fri, 5 Aug 1994 16:16:11 -0500
From: John Mckeown <mckeown@tyche.cecer.army.mil>
To: krb5-bugs@MIT.EDU
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:'
any ideas?
please note that everything i have done after the initial compile, i have
had to figure out from what other people have said, and from the old k4
docs. you should at least put a file up that lists the steps one should take
to get this thing started once you have it compiled. i understand that it
is still in beta, and time is precious, but judging from the notes to the
list lately, the couple minutes it would take would be well spent.