FreeRadius-ML wrote:
I've reached a few conclusions here, and according to the following log I can deduce the following: ... auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
That message would appear to be clear.
It would appear the the autorization portion of the process works just fine, and is being negotiated via the rlm_perl module. However, it would appear that the authentication portion isn't even transfered to the handling of the rlm_perl module for some reason.
Because you didn't tell the server to use the perl module for authentication. That's what the "Auth-Type" message is about.
I've gone over various information I can find, in regards to the usage of Auth-Type settings for rlm_perl, however, all have produced the same result at the above.
So you're saying "I tried stuff and it didn't work". Nope. When I do it, it works. any why are you trying to make your Perl module perform digest authentication? Do you not realize that the server *already* supports digest? All you have to do is set a Cleartext-Password for the user, and the server Just Does the Right Thing. Alan DeKok.