summaryrefslogtreecommitdiff
path: root/security/heimdal/patches/patch-ad
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-10 14:56:44 +0000
committerjlam <jlam>2004-01-10 14:56:44 +0000
commit96abe366e18dbd15683480c70ada90d1e511ad42 (patch)
tree9ab2153ce67f3445b6cf6543c6d4676af6b3c3e3 /security/heimdal/patches/patch-ad
parent1c2ba4ac6dc7791fd21e3125abf3bf3bf1157591 (diff)
downloadpkgsrc-96abe366e18dbd15683480c70ada90d1e511ad42.tar.gz
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.
Diffstat (limited to 'security/heimdal/patches/patch-ad')
-rw-r--r--security/heimdal/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
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