[6988] in Kerberos
krb5b5 on hpux9.05 -- questions
daemon@ATHENA.MIT.EDU (Jim Garlick)
Wed Apr 3 03:53:07 1996
To: kerberos@MIT.EDU
Date: 2 Apr 1996 17:25:45 GMT
From: garlick@ecst.csuchico.edu (Jim Garlick)
Hello,
I have a couple of questions regarding Kerberos 5 BETA 5.
First, I got most of it working on hpux 9.05, e.g. I can do encrypted
and kerberos-authenticated rlogin and rsh, and if anybody's interested
I can try to package up the (relatively minor) changes I needed to make
to get it to work with HP's ANSI C compiler. These configure options
do most of the work:
--with-ccopts="-Ae -Dhpux" --with-ac_cv_c_const=yes
Anyway, I have two questions.
One, do forwardable tickets work at all in BETA 5?
Two, do the "bsd" applications properly implement the "aname" translations?
When I kinit to "A123456" and then try to krlogin to another machine which
maps "A123456" to "garlick" in /krb5/aname.[dir,pag], I get some bizzare
error about not being on a privileged port (?!?). A cursory look through
the sources to krlogind does reveal a call to krb5_aname_to_localname(),
but this seems to be in the context of logging. (I will look deeper--just
wondered if anyone knew this off the top of their head).
Thanks in advance!
Jim