[3894] in Kerberos
Some Questions on Kerberos 5
daemon@ATHENA.MIT.EDU (Lutz Brunke)
Thu Sep 22 05:37:13 1994
To: kerberos@MIT.EDU
Date: Thu, 22 Sep 94 08:56:56 GMT
From: brunke@dkrz.de (Lutz Brunke)
Reply-To: brunke@dkrz.de
Hi all,
I'm trying to set up a kerberos v5 test server. The build went fine (I think).
The database is initialized and the kerberos server is running. Now when
I start kinit I get "kinit: Invalid argument when initializing cache".
trace kinit shows:
...
open ("/tmp/krb5cc_246", 03002, 0600) = 3
fcntl (3, 011, 0xeffff5c4) = -1 EINVAL (Invalid argument)
close (3) = 0
...
Is it possible that this is related to tmpfs we are using with SunOS4.1.3_U1?
Any workaround or fix for this? Or do I have to change all the references to
/tmp/krb5cc* in the code to /var/tmp/krb5cc*?
Last question for today: Is there any documentation for configuring and operating
kerberos 5? I liked the Kerberos Operation Notes from V4.
Thanks a lot,
Lutz