summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-30 15:33:22 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-30 15:33:22 +0000
commit69835a408deae7c4d05578b2aeddd4967d594c75 (patch)
treeb2b42146592a94e8193187703998b299c09092c4 /INSTALL
parent6849dfa0924c420a59c124203cc8c432990efa21 (diff)
Update for krb5.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 15 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0dcd51d..e700fec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,11 +20,23 @@ you can add one), you can enable Hesiod support by adding the option
HESPREFIX/include and HESPREFIX/lib are the directories you have the
Hesiod libraries installed in.
-If your site has a Kerberos 4 service, you can enable Kerberos support
-by adding the option "--with-krb4=KRBPREFIX" to the configure line,
-where KRBPREFIX/include and KRBPREFIX/lib are the direcetories you
+If your site has a Kerberos 5 service, you can enable Kerberos 5 support
+by adding the option "--with-krb5=KRBPREFIX" to the configure line,
+where KRBPREFIX/include and KRBPREFIX/lib are the directories you
have the Kerberos libraries installed in.
+If your site has a Kerberos 4 service, you can enable Kerberos 4 support
+by adding the option "--with-krb4=KRBPREFIX" to the configure line,
+where KRBPREFIX/include and KRBPREFIX/lib are the directories you
+have the Kerberos libraries installed in. Note that this is
+deprecated, and should only be enabled for transitions.
+
+If you build with both krb5 and krb4, you will get a client that only
+knows how to authenticate with krb5 servers, but a server that can
+understand authentication from both krb4 and krb5 clients.
+
+If you want/need a krb4 client, you have to build without krb5.
+
If you have a make which supports VPATH in a manner compatible with
GNU make, you can build in a separate directory. Simply invoke the
configure script from within the build directory and configure will