summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-24 20:16:41 +0000
committermarkm <markm@FreeBSD.org>2000-01-24 20:16:41 +0000
commit15376e5b0cd969a2ab627db2c697f40dd6709c51 (patch)
tree8f161b65f99618368f1bc4a201e837b5357f9dd7
parentb0579236199229f7f36f14e8c16535dab1bf408e (diff)
downloadFreeBSD-src-15376e5b0cd969a2ab627db2c697f40dd6709c51.zip
FreeBSD-src-15376e5b0cd969a2ab627db2c697f40dd6709c51.tar.gz
Add a (commented out) macro that will, when uncommented, cause Kerberos5
(AKA Heimdal) to be built. Suitable admonishments about the experimental state of this code are included. SEROUS HACKERS ONLY!!
-rw-r--r--etc/defaults/make.conf16
-rw-r--r--share/examples/etc/make.conf16
2 files changed, 26 insertions, 6 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index ae213c5..0aa752a 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -172,11 +172,21 @@
#MAKE_KERBEROS4= yes
#
#
+# Kerberos 5
+# If you want KerberosIV (KTH Heimdal), define this:
+# ** WARNING **
+# ** WARNING ** This is very experimental at this stage. If you
+# ** WARNING ** need stable Kerberos5, rather use the port(s).
+# ** WARNING **
+#
+#MAKE_KERBEROS5= yes
+#
+#
# Kerberos5
-# If you want to install Kerberos5 somewhere other than /usr/local,
-# define this:
+# If you want to install MIT Kerberos5 port somewhere other than /usr/local,
+# define this (this is also used to tell ssh1 that kerberos is needed):
#
-#KRB5_HOME= /usr/local/krb5
+#KRB5_HOME= /usr/local
#
#
# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index ae213c5..0aa752a 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -172,11 +172,21 @@
#MAKE_KERBEROS4= yes
#
#
+# Kerberos 5
+# If you want KerberosIV (KTH Heimdal), define this:
+# ** WARNING **
+# ** WARNING ** This is very experimental at this stage. If you
+# ** WARNING ** need stable Kerberos5, rather use the port(s).
+# ** WARNING **
+#
+#MAKE_KERBEROS5= yes
+#
+#
# Kerberos5
-# If you want to install Kerberos5 somewhere other than /usr/local,
-# define this:
+# If you want to install MIT Kerberos5 port somewhere other than /usr/local,
+# define this (this is also used to tell ssh1 that kerberos is needed):
#
-#KRB5_HOME= /usr/local/krb5
+#KRB5_HOME= /usr/local
#
#
# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution
OpenPOWER on IntegriCloud