Hi,
I’m brand new to FreeRadius and just installed server 2.2.5.
I have followed the wiki instruction (basic Configuration section) to do the simple test. The only thing I added is to add
testing Cleartext-Password := "password"
in the /raddb/users
Here is the debug information I had when I run
radtest testing password localhost 0 testing123
rad_recv: Access-Request packet from host 127.0.0.1 port 32775, id=195, length=77
User-Name = "testing"
User-Password = "password"
NAS-IP-Address = 127.0.0.1
NAS-Port = 10
Message-Authenticator = 0x024f3a845461e5597651150741f365fd
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "testing", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] No EAP-Message, not doing EAP
++[eap] = noop
++[files] = noop
++[expiration] = noop
++[logintime] = noop
[pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
++[pap] = noop
+} # group authorize = ok
ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Failed to authenticate the user.
Using Post-Auth-Type REJECT
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group REJECT {
[attr_filter.access_reject] expand: %{User-Name} -> testing
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] = updated
+} # group REJECT = updated
Delaying reject of request 2 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 2
Sending Access-Reject of id 195 to 127.0.0.1 port 32775
Waking up in 4.9 seconds.
Cleaning up request 2 ID 195 with timestamp +530
Could anybody help to me to explain why it was rejected? (it looks like a no “known good” password issue but I don’t know why)
Great thanks,
4RF Limited