New build path variable
[freeradius.git] / doc / rlm_krb5
index d8cb9b2..7dabee2 100644 (file)
@@ -1,3 +1,6 @@
+The rlm_krb5 module, by default, presumes you have the MIT Kerberos 5
+distribution. Notes from that distribution:
+
 On linux, you may have to change:
 
 deplibs_test_method="pass_all"
@@ -6,16 +9,8 @@ in ../libtool
 
 Otherwise, it complains if the krb5 libs aren't shared.
 
-
-The file 'src/modules/rlm_krb5/heimdal-krb5.patch' contains an
-untested patch to make the module work with heimdal kerberos code.  It
-was submitted in the form of a complete 'tar' file, with the image of
-a new rlm_krb5 module.  All references to the existing MIT code was
-deleted, and the originators of the change were unwilling or unable to
-supply a configurable patch.
-
-As such, if you want to use the heimdal code, you must patch the module
-yourself, and possibly update the Makefile.
-
-Any patch to make this functionality configurable at build time is
-greatly welcomed.
+----
+If you are using the Heimdal Kerberos 5 distribution, pass a
+--enable-heimdal-krb5 to the configure line. With Heimdal, you'll need
+to have a radius/your.hostname.example.org key in your keytab (which needs
+to be readable by the user running the RADIUS server).