summaryrefslogtreecommitdiff
path: root/kerberosIV/README
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2000-08-31 19:54:46 +0000
committerHans Insulander <hin@cvs.openbsd.org>2000-08-31 19:54:46 +0000
commitfe8eea01ee113cc03825c88aabe2f1985ae2b25f (patch)
treec46284588998ed2760815209a2ab70b47b32da11 /kerberosIV/README
parent7d2db2ce8a7fde76b979e44ded66acedd454987c (diff)
Minor tweaks, and a note about missing OTP support.
Diffstat (limited to 'kerberosIV/README')
-rw-r--r--kerberosIV/README23
1 files changed, 17 insertions, 6 deletions
diff --git a/kerberosIV/README b/kerberosIV/README
index 5330451a7f4..d4bb922c795 100644
--- a/kerberosIV/README
+++ b/kerberosIV/README
@@ -1,14 +1,18 @@
-$OpenBSD: README,v 1.1 2000/02/25 16:35:23 hin Exp $
+$OpenBSD: README,v 1.2 2000/08/31 19:54:45 hin Exp $
-This version is based on krb4-1.0, which is available from
-ftp://ftp.pdc.kth.se/pub/krb4/src/
+This version is based on version 1.0.2 of the Kerberos IV distribution
+from KTH, which is available from ftp://ftp.pdc.kth.se/pub/krb4/src/.
A webpage is available at http://www.pdc.kth.se/kth-krb/.
-To upgrade to a newer version:
+UPGRADING
+---------
-1. unpack the distribution and rename it to src
-2. mkdir /tmp/krb ; cd /tmp/krb ; /usr/src/kerberosIV/src/configure
+1. Import the distribution into src/kerberosIV/src. Dont forget to change
+ all '$Id: README,v 1.2 2000/08/31 19:54:45 hin Exp $' tags etc. to '$KTH: ... $'.
+2. mkdir /tmp/krb
+ cd /tmp/krb
+ /usr/src/kerberosIV/src/configure --disable-otp
3. cd include ; make
4. cp config.h protos.h roken-common.h ktypes.h version.h \
/usr/src/kerberosIV/src/include
@@ -29,3 +33,10 @@ To upgrade to a newer version:
8. Update the kafs.h include file with a newer from Arla, this is
needed for the afs client. *yuk*
9. Update any other utilities that may need to be changed.
+
+OTP
+---
+
+OTP is not currently supported, even though code is available in KTH Kerberos.
+The reason for this is simply that nobody cares enough to make it work. If you
+need OTP, fixing it should be quite simple.