> Matthew Ryan <[EMAIL PROTECTED]> wrote:
> > I have an ambition to write a module for FreeRadius and am having quite
> > a bit of difficulty.
> > 
> > - I basically took rlm_example, made a copy and renamed it
> > - Made all modifications to the C file
> > - Every other file that needed correct references
> > - Built that module which was fine
> > - Added it to radiusd.conf
> 
>   Add it where?

I made an entry in the Modules section, the a 'call' in the authorize
section.

> 
> > However, on the event such as authentication my module and the contents
> > of the method I expect to get called does nothing.
> 
>   Odds are you didn't add it to the right place in radiusd.conf, or
> tell the server to use it for authentication.

For sure I have done something wrong. Probably there.

> > Without much documentation, or a noggin to nicely figure it all out
> > myself I am looking for advice.
> 
>   doc/module_interface contains a lot of information.

I will take a look, thanks.

> 
> > I simply want to pass the information of the authenticationand its time
> > to an external data source.
> 
>   You do NOT want to do this during the authentication phase.  You
> want to do this during the "authorize" phase.
> 
>   Alan DeKok.

My mistake. Yes, in the authorize phase.

Big thanks Alan. Really appreciate the help.

Matthew Ryan

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to