summaryrefslogtreecommitdiffstats
path: root/src/mac/ReadMe
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1998-07-30 17:14:30 +0000
committerMiro Jurisic <meeroh@mit.edu>1998-07-30 17:14:30 +0000
commitfe855579a77e457695dc811d1216c4a8663fd54e (patch)
tree40021a8ca3e0f9f47fe1e22fdcf4ca30949744f3 /src/mac/ReadMe
parent893e7d1a3099feadf803eb238c5e5810c3bd6cfa (diff)
downloadkrb5-fe855579a77e457695dc811d1216c4a8663fd54e.tar.gz
krb5-fe855579a77e457695dc811d1216c4a8663fd54e.tar.xz
krb5-fe855579a77e457695dc811d1216c4a8663fd54e.zip
Added pointers to documentation and CFM-68K
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10764 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/ReadMe')
-rw-r--r--src/mac/ReadMe25
1 files changed, 21 insertions, 4 deletions
diff --git a/src/mac/ReadMe b/src/mac/ReadMe
index d1b03a938d..ad38e8d992 100644
--- a/src/mac/ReadMe
+++ b/src/mac/ReadMe
@@ -3,6 +3,9 @@ Building the Macintosh version of Kerberos 5 and GSS
(Last updated $Date$)
+If you have questions or comments about the Macintosh build process,
+send e-mail to <macdev@mit.edu> .
+
To build the Macintosh version of Kerberos 5 and GSS:
@@ -114,15 +117,18 @@ To build the Macintosh version of Kerberos 5 and GSS:
To install the Kerberos 5 system on your Mac:
- 1) Drop the :mac:krb5.ini file (configured for your site) into
+ 1) Copy the :mac:krb5.ini file (configured for your site) into
the "Preferences" folder in the "System Folder".
2) Install the shared libraries by copying the "GSSLib" file
to the "Extensions" folder in the "System Folder".
- 3) Put the "CNS Config" application in a handy location.
-
- 4) Put the krb5.ini file in your preferences folder.
+ 3) If you are using System 7.6 or earlier on a 68K Mac, install
+ the CFM-68K Runtime Enabler 4.0, available from Apple at:
+
+ <ftp://ftp.info.apple.com/Apple_Support_Area/Apple_Software_Updates/US/Macintosh/System/CFM-68K/>
+
+ 4) Put the "CNS Config" application in a handy location.
--- Getting Started Programming ---
@@ -156,3 +162,14 @@ To build the Macintosh version of Kerberos 5 and GSS:
libkrb5.PPC
3) Set the project options to 4 byte integers and enums treated as ints.
+
+ A PDF document describing the Kerberos 5 API is located at:
+
+ <http://web.mit.edu/macdev/mit/doc/pdf/krb5api.pdf>
+
+ (This document was created from tex files in the main krb5 source tree.)
+
+ The GSSAPI is described in Internet RFC's 1508 and 1509:
+
+ <http://info.internet.isi.edu/in-notes/rfc/files/rfc1508.txt>
+ <http://info.internet.isi.edu/in-notes/rfc/files/rfc1509.txt>