2006-06-23
notes on compiling FreeRADIUS
FreeRADIUS on NetBSD 3.0. rlm_otp was barfing, and I don't need it.
./configure --with-rlm-krb5-include-dir=/usr/include/krb5 --enable-heimdal-krb5 --without-rlm_otp
This was brought on by http://www.sas.upenn.edu/~omar/wireless/work_freeradius.html.
wpa_supplicant.conf for above
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="foobar"
key_mgmt=WPA-EAP
eap=TTLS
phase2="auth=PAP"
identity="user"
password="monkey"
}