ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

General support questions
Post Reply
akhtarsial
Posts: 1
Joined: 2019/05/21 01:30:43

ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

Post by akhtarsial » 2019/05/21 01:35:23

rad_recv: Access-Request packet from host 10.83.82.141 port 11948, id=74, length=92
User-Name = "FAKE_USER_!@#$%^&*"
User-Password = "FAKE_PWD_!@#$%^&*"
Service-Type = Authenticate-Only
NAS-Port = 0
NAS-IP-Address = 10.83.82.141
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "#$%^&*" for User-Name = "FAKE_USER_!@#$%^&*"
[suffix] No such realm "#$%^&*"
++[suffix] = noop
[eap] No EAP-Message, not doing EAP
++[eap] = noop
++[expiration] = noop
++[logintime] = noop
+} # group authorize = ok
ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Failed to authenticate the user.
Login incorrect: [FAKE_USER_!@#$%^&*/FAKE_PWD_!@#$%^&*] (from client sysadmin port 0)
Using Post-Auth-Type Reject
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group REJECT {
[eap] Request didn't contain an EAP-Message, not inserting EAP-Failure
++[eap] = noop
[attr_filter.access_reject] expand: %{User-Name} -> FAKE_USER_!@#$%^&*
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] = updated
+} # group REJECT = updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 74 to 10.83.82.141 port 11948
Waking up in 1.9 seconds.
Cleaning up request 0 ID 74 with timestamp +145
Ready to process requests.

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

Post by aks » 2019/05/21 16:17:17

FreeRADIUS?

A (very old) thread buut seems to match your stack:
http://freeradius.1045715.n5.nabble.com ... 16543.html

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

Post by TrevorH » 2019/05/21 16:20:44

Why is it running out of /usr/local rather than using our copy of freeradius?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply