From 69835a408deae7c4d05578b2aeddd4967d594c75 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Thu, 30 Jul 2009 15:33:22 +0000 Subject: Update for krb5. --- INSTALL | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.2.3