[619] in Kerberos-V5-bugs
Re: krb5 on solaris2.3
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Aug 5 23:59:36 1994
Date: Fri, 5 Aug 94 23:59:06 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: John Mckeown <mckeown@tyche.cecer.army.mil>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: John Mckeown's message of Fri, 5 Aug 1994 16:16:11 -0500,
<199408052116.QAA20468@tyche.cecer.army.mil>
Date: Fri, 5 Aug 1994 16:16:11 -0500
From: John Mckeown <mckeown@tyche.cecer.army.mil>
Content-Length: 1040
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?
The problem is obviously that the filename of reply cache that is being
generated is "", which is not right. Beta4.1 hasn't been completely
tested and ported to Solaris yet, so I can't give you a more detailed
explanation or fix at this point. Hopefully we'll have a chance to look
more into soon; I just wanted to give you a quick response in case you
wanted to investigate on your own and do a bit of debugging on your own.
- Ted