Moved the hidden 'README' to the top-level 'doc' directory
[freeradius.git] / doc / rlm_krb5
1 On linux, you may have to change:
2
3 deplibs_test_method="pass_all"
4
5 in ../libtool
6
7 Otherwise, it complains if the krb5 libs aren't shared.
8
9
10 The file 'src/modules/rlm_krb5/heimdal-krb5.patch' contains an
11 untested patch to make the module work with heimdal kerberos code.  It
12 was submitted in the form of a complete 'tar' file, with the image of
13 a new rlm_krb5 module.  All references to the existing MIT code was
14 deleted, and the originators of the change were unwilling or unable to
15 supply a configurable patch.
16
17 As such, if you want to use the heimdal code, you must patch the module
18 yourself, and possibly update the Makefile.
19
20 Any patch to make this functionality configurable at build time is
21 greatly welcomed.