ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
Alan Buxey
alan.buxey at gmail.com
Thu Sep 28 19:13:03 CEST 2017
if the server recognises the auth type, it will use the right
method....so, if you call eg pap or mschap in the authorise section
it'll do some packet checking and work things out...
the default config pretty much works out of the box. if you MUST
override the server logic and call a particular type of authentication
using a module config then
use either unlang or the users file eg in unlang
update control {
Auth-Type := ntml_auth
}
in the authorise section
alan
More information about the Freeradius-Users
mailing list