[1596] in NetBSD-Development
Re: is this on purpose?
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Wed Mar 4 11:12:08 1998
To: Yoav Yerushalmi <yoav@MIT.EDU>
Cc: netbsd-dev@MIT.EDU
From: "Nathan J. Williams" <nathanw@MIT.EDU>
In-Reply-To: Your message of "Wed, 04 Mar 1998 02:31:04 EST."
<199803040731.CAA00884@emu.LCS.MIT.EDU>
Date: Wed, 04 Mar 1998 11:11:44 EST
> Our /srvd only has /usr/athena/include/krb5.h
> is this done on purpose? or an oversight? (i.e. no support
> for kerberos 4)
Look more carefully. The srvd has
/usr/athena/include/kerberosIV/, which contains a minimal (but, I
believe, sufficent) set of krb4 headers. There's a compatibility
change here in that you have to compile with
-I/usr/athena/include/kerberosIV, but for any such program you
probably had to hack it to get /usr/athena/include in the first place,
so I don't see this as a big deal.
- Nathan