[6061] in Kerberos
Re: help needs for kerberos
daemon@ATHENA.MIT.EDU (Robert J. Adams)
Sat Oct 28 01:27:20 1995
To: kerberos@MIT.EDU
Date: 27 Oct 1995 21:54:25 GMT
From: rjadams@prin.uncg.edu (Robert J. Adams)
Chi-Chung Tsao (tsao@orion.etsu.edu) wrote:
: Kerberos security system developed by your esteemed institution. We want
: to set up the security system on linux, but we got some problems. We have
: downloaded the Krb5.src.B5.tar.gz from Athena-dist.mit.edu site.We find
I;ve gotten kerberos compiled on 2 linux boxen here with no problem.
make sure you are using recent stuff.. though I may admit ELF stuff
have broken it..
my setup a.out: libc 4.6.27
kernel 1.2.13
gcc 2.6.3
what I did:
configure --with-krb5-root=/usr/krb5
make
su
make install
and it went without a hitch.
One thing, I did need to use the stuff in admind.old. The admind5 etc.. didnt
work. Additionally telnetd does not work, (cannot send to kdc errors) thought
everything else is fine.
Robert