23 Jan
2009
23 Jan
'09
5:37 a.m.
to reply to my own post if you want to build a deb file with a patched freeradius {to support EAP} do the following: download the .tar.bz2 source archive from radius site exract to a directory freeradius-server-X.X.X then edit rules file in freeradius-server-X.X.X/debian so that the configure part contains the following --with-rlm_eap_tls \ --with-rlm_eap_ttls \ --with-rlm_eap_peap \ --with-rlm_eap_tnc \ --with-rlm_otp \ --with-rlm_eap_ikev2 \ --with-rlm_sql_oracle \ --with-rlm_sql_unixodbc \ then cd to freeradius-server-X.X.X and do dpkg-buildpackage -rfakeroot -b -uc and you are done!