Wiki source code of FreeRADIUS
Version 1.1 by Sebastian Marsching on 2022/01/09 22:58
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | # Building FreeRADIUS with EAP-TLS support for Debian | ||
| 4 | |||
| 5 | If FreeRADIUS fails with messages like these | ||
| 6 | |||
| 7 | ``` | ||
| 8 | Sun Feb 15 23:00:38 2009 : Error: rlm_eap: No such sub-type for default EAP type peap | ||
| 9 | Sun Feb 15 23:00:38 2009 : Error: /etc/freeradius/radiusd.conf[73]: Instantiation failed for module "eap" | ||
| 10 | Sun Feb 15 23:00:38 2009 : Error: /etc/freeradius/radiusd.conf[153]: Failed to find module "eap". | ||
| 11 | Sun Feb 15 23:00:38 2009 : Error: /etc/freeradius/radiusd.conf[149]: Errors parsing authenticate section. | ||
| 12 | Sun Feb 15 23:00:38 2009 : Error: Errors initializing modules | ||
| 13 | ``` | ||
| 14 | |||
| 15 | on Debian, this happens because the Debian build of FreeRADIUS is not linked against OpenSSL due to licensing reasons. However there are [instructions](http://www.linuxinsight.com/building-debian-freeradius-package-with-eap-tls-ttls-peap-support.html) on how to create a Debian package of FreeRADIUS with EAP-TLS support. |