PK_INIT Installation Guide This software package is designed for use with Kerberos Version 5, Release 1. This Guide assumes that you have read and understand the standard Kerberos Installation Guide. To install PK_INIT, follow these steps: 1. Obtain this software distribution at http://gost.isi.edu/info/kerberos/ 2. Gunzip and untar the included software distribution as follows. % cd krb5-1.0/src [this should be the Kerberos source directory] % gunzip pkr1_src.tar.gz % tar xvf pkr1_src.tar This will overlay the PK_INIT modifications on top of the Kerberos source. Alternatively, you may untar the files in a temporary directory and copy files over manually, using the list of modified files in changes.txt. 3. Update the config/pre.in file. This distribution requires that you have the PGP 2.6.2 distribution (it has not been tested with later versions of PGP); simply change one line: the definition of PGPROOT. This should point to the PGP top directory. 4. Update the osconf.h file. This is in src/include/krb5/stock. You need to change one line: the definition of DEFAULT_PK_INIT_DB. At this time, there is no way to override the default definition. 5. Now use configure as usual, except that an additional flag should be included via the --with-ccopts parameter: ./configure --with-ccopts="... -DPK_INIT=1" [other configure parms] 6. Make and install Kerberos as usual. Questions and comments should be sent to Brian Tung at brian@isi.edu. Last modified 3 April 1997.