New build path variable
[freeradius.git] / doc / rlm_krb5
1 The rlm_krb5 module, by default, presumes you have the MIT Kerberos 5
2 distribution. Notes from that distribution:
3
4 On linux, you may have to change:
5
6 deplibs_test_method="pass_all"
7
8 in ../libtool
9
10 Otherwise, it complains if the krb5 libs aren't shared.
11
12 ----
13 If you are using the Heimdal Kerberos 5 distribution, pass a
14 --enable-heimdal-krb5 to the configure line. With Heimdal, you'll need
15 to have a radius/your.hostname.example.org key in your keytab (which needs
16 to be readable by the user running the RADIUS server).