$OpenBSD: README,v 1.2 2000/08/31 19:54:45 hin Exp $ 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/. UPGRADING --------- 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 5. cd ../lib/roken ; make roken.h ; make print_version.h 6. cp roken.h print_version.h /usr/src/kerberosIV/lib/roken 7. merge in OpenBSD specific changes: src/lib/krb/krb.h Path to krb.equiv Remove dependecy on ktypes.h src/lib/krb/defaults.c Path to srvtab src/lib/kdb/krb_db.h Path to kerberos database changed to /etc/kerberosIV/principal src/lib/kdb/kdc.h Path to master key src/slave/kprop.h Path to srvtab src/kadmin/kadm_server.h Path to admin acl files src/lib/kadm/kadm.b -> 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.