[284] in Kerberos-V5-bugs
Re: krb5 calls functions found only in krb4 libraries
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Feb 18 17:09:18 1993
Date: Thu, 18 Feb 93 17:09:11 -0500
From: Theodore Ts'o <tytso@Athena.MIT.EDU>
To: Chris Myers <chris@wugate.wustl.edu>
Cc: krb5-bugs@Athena.MIT.EDU
In-Reply-To: Chris Myers's message of Thu, 18 Feb 93 15:26:40 CST,
From: Chris Myers <chris@wugate.wustl.edu>
Date: Thu, 18 Feb 93 15:26:40 CST
Kerberos 5 beta 2 depends on library routines (krb_create_ticket,
create_ciph) only found in the Kerberos 4 release:
This is because the following is defined in config/site.def:
#define Krb4KDCCompat /* turn this on if you want the KDC to provide v4
tickets from a v5 database */
If you take this out, it should no longer depend on the Kerberos V4
release. It was probably a mistake to have released Kerberos V5 with
this option enabled; I should have commented it out before releasing it.
- Ted