From 96abe366e18dbd15683480c70ada90d1e511ad42 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 10 Jan 2004 14:56:44 +0000 Subject: Initial import of heimdal-0.6 into security/heimdal. Heimdal is a free implementation of Kerberos 5. Kerberos is a system for authenticating users and services on a network. It is built upon the assumption that the network is "unsafe". Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). All principals share a secret password (or key) with the Kerberos server and this enables principals to verify that the messages from the Kerberos server are authentic. Thus trusting the Kerberos server, users and services can authenticate each other. --- security/heimdal/patches/patch-ad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/heimdal/patches/patch-ad (limited to 'security/heimdal/patches/patch-ad') diff --git a/security/heimdal/patches/patch-ad b/security/heimdal/patches/patch-ad new file mode 100644 index 00000000000..262cfc5cdf0 --- /dev/null +++ b/security/heimdal/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/01/10 14:56:45 jlam Exp $ + +--- configure.orig Mon May 12 11:28:20 2003 ++++ configure +@@ -3036,9 +3036,6 @@ fi + + + +-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc' +-test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal' +- + # Make sure we can run config.sub. + $ac_config_sub sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 -- cgit v1.2.3