27 Jan
2013
27 Jan
'13
9:12 a.m.
malizadeh wrote:
I installed a FreeRADIUS and I want to authenticate users by using this server. However, when a request is rejected there is ambiguity:
1. Username exist but password is wrong 2. This username does not exist in the server
I need to know which condition is true when an authentication request is evaluated. Any help?
You need to write a policy which checks for that, and creates a different log message for each situation. This means understanding your configuration. You need to understand what happens when a user doesn't exist. And what happens when a user exists, but has a wrong password. Alan DeKok.