RLM_PERL Integration Issue

FreeRadius-ML freeradius at zap2link.com
Tue Jul 17 19:45:54 CEST 2007


Hi Alan,

  Well, the perl script is currently setup to return OK on every request. 
I had enabled the perl section in the authentication part of the configuration,
I'm not that dimwitted. 

  Essentially, I need to work with rlm_perl because I don't want to use user
flat files or an SQL, as my end target is to authenticate to some propietary system
that we've developed here. 

z2l  

----- Original Message -----
From: "Alan DeKok" <aland at deployingradius.com>
To: freeradius at zap2link.com, "FreeRadius users mailing list" <freeradius-users at lists.freeradius.org>
Sent: 20:42:18 (GMT+0200) Asia/Jerusalem יום שלישי 17 יולי 2007
Subject: Re: RLM_PERL Integration Issue

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.





More information about the Freeradius-Users mailing list