20 Dec
2014
20 Dec
'14
4:06 p.m.
Hi,
i need some help. I'm running FreeRADIUS Version 2.1.12 on an RaspberryPi for for 802.1x authentifikation on my wifi.
authentication
I'd like to log wrong passwords for debugging, so i have set
auth_badpass = yes auth_goodpass = yes
in the /etc/freeradius/radiusd.conf. But freeradius did not log any passwords.
what authentication method are you using? If its eg EAP-PEAP/MSCHAPv2 then a password is never sent/used so FreeRADIUS cannot log it. alan