[2710] in Kerberos
Trouble with KerberosVb2+snla
daemon@ATHENA.MIT.EDU (Craig Metz)
Thu May 20 21:18:03 1993
To: kerberos@Athena.MIT.EDU
Date: Thu, 20 May 1993 21:10:15 EDT
From: Craig Metz <cmetz@thor.tjhsst.edu>
I built the Sandia National Labs version of KerberosVb2 using
the krb5_src_no_des.tar.Z, krb5_src_update.tar.Z, and krb5.des.B2.tar.Z,
and changing the kdc, kadmin, and NQS *akefiles to include libdes425.a
to resolve some symbols.
I installed everything, though I can't honestly say wether or
not it was done *right*, since installation instructions for Kerberos
are a bit lacking. Anyways, I created using kdb_edit three principals
for myself: "cmetz@tjhsst.edu", "cmetz/admin@tjhsst.edu", and
"cmetz/root@tjhsst.edu".
I ran krb5kdc and kadmind in the background with output not
redirected so that I could see if there were any problems, and that
seems to have been a Good Thing. I have problems getting KerberosV
to do much of anything other than administer itself (it does that
beautifully :-) ). A typical example of Kerberos not working
properly is:
thor$ krlogin localhost
krb5kdc: short reply write 537346672 vs 183
krlogin: kcmd to host failed - Generic error (see e-text)
trying normal rlogin (/usr/bin/rlogin.ucb)
exec: No such file or directory
Of course, I've already gotten my TGT using kinit. kpasswd
gives the same kind of problems, as do most other Kerberos programs.
This is running on an IBM RS/6000 running AIX 3.2.3. The
software is KerberosV beta 2, the SNLA release, with site.def.aix's
standard defines having -U__STR__ appended to get around macro
string function problems in AIX 3.2.x (declarations all blow up).
Install path is /usr/krb5, /krb5 is a symlink to that.
Can anyone suggest what I am doing/have done wrong, or
point me towards any good installation documentation for KerberosVb2?
-Craig