auth_badpass = yes, auth_goodpass = yes did not work
Hello, i need some help. I'm running FreeRADIUS Version 2.1.12 on an RaspberryPi for for 802.1x authentifikation on my wifi. 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. If i use msg_goodpass = "XXXX GOD XXXXXX" msg_badpass = "XXXXX BAD XXXXX" it works fine. Does anyone have an idea? Many Thanks!
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
Hi, thanks you for your fast reply! 2014-12-20 22:06 GMT+01:00 <A.L.M.Buxey@lboro.ac.uk>:
what authentication method are you using? If its eg EAP-PEAP/MSCHAPv2 then a password is never sent/used so FreeRADIUS cannot log it.
Currently i'm using a wifi-dongle on my Raspberry with hostapd. There if have set wpa=2 wpa_key_mgmt=WPA-EAP In /etc/freeradius/users if have set Benutzer1 Cleartext-Password := passwort1 Benutzer2 NT-Password := "98374c9729ba1619a666acf4e97dd0a8" asdf Cleartext-Password := 12345 I thought the freeradius shout be able to log passwords in this case. Linus
On Dec 20, 2014, at 4:46 PM, Linus Stehr <linus+freeradius@stehrmail.de> wrote:
Currently i'm using a wifi-dongle on my Raspberry with hostapd. There if have set
wpa=2 wpa_key_mgmt=WPA-EAP
EAP (in general) doesn’t send passwords.
I thought the freeradius shout be able to log passwords in this case.
No. Alan DeKok.
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Linus Stehr