[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / kerberosIV

Annotation of src/kerberosIV/README, Revision 1.3

1.3     ! hin         1: $OpenBSD: README,v 1.2 2000/08/31 19:54:45 hin Exp $
1.1       hin         2:
1.2       hin         3: This version is based on version 1.0.2 of the Kerberos IV distribution
                      4: from KTH, which is available from ftp://ftp.pdc.kth.se/pub/krb4/src/.
1.1       hin         5:
                      6: A webpage is available at http://www.pdc.kth.se/kth-krb/.
                      7:
1.2       hin         8: UPGRADING
                      9: ---------
1.1       hin        10:
1.2       hin        11: 1. Import the distribution into src/kerberosIV/src. Dont forget to change
1.3     ! hin        12:    all '$Id: README,v 1.2 2000/08/31 19:54:45 hin Exp $' tags etc. to '$KTH: ... $'.
1.2       hin        13: 2. mkdir /tmp/krb
                     14:    cd /tmp/krb
                     15:    /usr/src/kerberosIV/src/configure --disable-otp
1.1       hin        16: 3. cd include ; make
                     17: 4. cp config.h protos.h roken-common.h ktypes.h version.h \
                     18:        /usr/src/kerberosIV/src/include
                     19: 5. cd ../lib/roken ; make roken.h ; make print_version.h
                     20: 6. cp roken.h print_version.h /usr/src/kerberosIV/lib/roken
                     21:
                     22: 7. merge in OpenBSD specific changes:
                     23:        src/lib/krb/krb.h               Path to krb.equiv
                     24:                                        Remove dependecy on ktypes.h
                     25:        src/lib/krb/defaults.c          Path to srvtab
                     26:        src/lib/kdb/krb_db.h            Path to kerberos database changed to
                     27:                                        /etc/kerberosIV/principal
                     28:        src/lib/kdb/kdc.h               Path to master key
                     29:        src/slave/kprop.h               Path to srvtab
                     30:        src/kadmin/kadm_server.h        Path to admin acl files
                     31:        src/lib/kadm/kadm.b             <krb_db.h> -> <kerberosIV/krb_db.h>
                     32:
                     33: 8. Update the kafs.h include file with a newer from Arla, this is
                     34:    needed for the afs client. *yuk*
                     35: 9. Update any other utilities that may need to be changed.
1.3     ! hin        36: 10. Remember to update version number in these files:
        !            37:        lib/roken/print_version.h, src/include/version.h
        !            38: 11. If necessary, bump version number on any shared libraries that have
        !            39:     changed.
1.2       hin        40:
                     41: OTP
                     42: ---
                     43:
                     44: OTP is not currently supported, even though code is available in KTH Kerberos.
                     45: The reason for this is simply that nobody cares enough to make it work. If you
                     46: need OTP, fixing it should be quite simple.