Bug 20502

Summary: kerberos5 w/o kerberos4 attempts to build keytab_krb4.c which fails
Product: Base System Reporter: mark.andrews <mark.andrews>
Component: miscAssignee: assar <assar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mark.andrews 2000-08-09 14:30:01 UTC
buildworld fails trying to compile keytab_krb4.c.

In the heimdal source keytab_krb4.c is only compiled if you have
kerberos4 otherwise it is not built.  The patch below reflects this
behaviour.

How-To-Repeat: /etc/make.conf
#MAKE_KERBEROS4=        yes
MAKE_KERBEROS5= yes
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-10 11:12:50 UTC
Responsible Changed
From-To: freebsd-bugs->assar

Assar's looking at getting OpenSSH+Heimdal working.
Comment 2 assar freebsd_committer freebsd_triage 2001-02-21 11:23:25 UTC
Thanks for reporting this problem.  This has been fixed with the
import of Heimdal 0.3e in current (which always builds keytab_krb4.c
but which now doesn't require any krb4 functions for this) in current
and will be MFC:ed to stable shortly.

/assar
Comment 3 assar freebsd_committer freebsd_triage 2001-02-21 11:33:52 UTC
State Changed
From-To: open->closed

fix by importing heimdal 0.3e in current (which shall be MFC:ed)