Hi all,<br><br>I am trying to configure FreeRadius 2.2.0. I am trying to test with the radtest utility. However, when I run radtest, on my radiusd server, I get the following error - "ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user". I know this is some issue with the authentication part. However, I have not been able to pinpoint the problem. Also, I haven't been able to find any relevant solutions on the web.<br>

I have just untarred the 2.2.0 tarball, and added just one line the users file: gokul Cleartext-Password:="abcde"<br>Below is the output on the server and the client side:<br><br>Server:<br><br>Ready to process requests.<br>

rad_recv: Access-Request packet from host 127.0.0.1 port 47080, id=238, length=75<br>    User-Name = "gokul"<br>    User-Password = "abcde"<br>    NAS-IP-Address = 127.0.1.1<br>    NAS-Port = 0<br>    Message-Authenticator = 0xf92ae1fda2ea8f435d95c4a7294e1e55<br>

# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default<br>+- entering group authorize {...}<br>++[preprocess] returns ok<br>++[chap] returns noop<br>++[mschap] returns noop<br>++[digest] returns noop<br>

[suffix] No '@' in User-Name = "gokul", looking up realm NULL<br>[suffix] No such realm "NULL"<br>++[suffix] returns noop<br>[eap] No EAP-Message, not doing EAP<br>++[eap] returns noop<br>++[files] returns noop<br>

++[expiration] returns noop<br>++[logintime] returns noop<br>[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.<br>++[pap] returns noop<br>ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user<br>

Failed to authenticate the user.<br>Using Post-Auth-Type REJECT<br># Executing group from file /usr/local/etc/raddb/sites-enabled/default<br>+- entering group REJECT {...}<br>[attr_filter.access_reject]     expand: %{User-Name} -> gokul<br>

attr_filter: Matched entry DEFAULT at line 11<br>++[attr_filter.access_reject] returns updated<br>Delaying reject of request 0 for 1 seconds<br>Going to the next request<br>Waking up in 0.9 seconds.<br>Sending delayed reject for request 0<br>

Sending Access-Reject of id 238 to 127.0.0.1 port 47080<br>Waking up in 4.9 seconds.<br>Cleaning up request 0 ID 238 with timestamp +19<br>Ready to process requests.<br><br><br>Client:<br><br>shravan@ubuntu:~/freeradius-server-2.2.0/raddb$ sudo radtest gokul abcde localhost 0 testing123<br>

[sudo] password for shravan: <br>Sending Access-Request of id 238 to 127.0.0.1 port 1812<br>    User-Name = "gokul"<br>    User-Password = "abcde"<br>    NAS-IP-Address = 127.0.1.1<br>    NAS-Port = 0<br>

    Message-Authenticator = 0x00000000000000000000000000000000<br>rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=238, length=20<br>shravan@ubuntu:~/freeradius-server-2.2.0/raddb$<br><br><br>This is m first attempt at using FreeRadius, so please let me know if I have made any rookie mistakes. :)<br>

<br>Thanks in advance.<br><br>Shravan<br>