deb of freeradius-server-2.1.3

Aggelidis Nikos aggelidis.news at gmail.com
Fri Jan 23 11:37:16 CET 2009


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!



More information about the Freeradius-Users mailing list