I have FreeRADIUS 3.0.20 setup alongside daloRADIUS using SQL. It's working fine and I'm able to login, etc. I can also force a failure and it will reject it too.
When forcing a failure and seeing the logs in radius.log, I see "Auth (XXX) Login OK" with the username/password, but I thought it should say "Auth (XXX) Login Incorrect". Am I missing something here?
radiusd.conf
log {
auth = yes
auth_badpass = yes
auth_goodpass = yes
}
Thank you