Behaviour of freeradius when receiving a response from a proxy server

2007-06-12 Thread Nicolas Castel
Hi all, I wonder about the freeradius server behaviour after receiving a response from a proxy. Is it normal that the request passes through the post-auth section once the request has been received ? Below, the behaviour i observed Note: this is only a test in order to undersand the freeradius

Module detach function behavior

2006-10-17 Thread Nicolas Castel
Hi all, I'd like to know the behavior of the detach module function. That is what happens when some threads are running and using an instance of a module and that the server must be stopped or reloaded ? Does FreeRADIUS waits for threads to terminate their job before calling the module detach fun

Re: Auth-Type attribute and authorize section

2006-05-30 Thread Nicolas Castel
Thanks a lot Alan, that's exactly what i needed 2006/5/30, Alan DeKok <[EMAIL PROTECTED]>: "Nicolas Castel" <[EMAIL PROTECTED]> wrote: > Is there any possibility not to go through following modules in the > authorize section if the Auth-Type has

Auth-Type attribute and authorize section

2006-05-30 Thread Nicolas Castel
Hi all, I'm developping some FreeRADIUS modules. In the authorize section, my module set the "Auth-Type" to a specific value to pick my own module in the authorize section. The last one in this section is the FreeRADIUS files module. I use it to perform some tasks if the request is not processed

Re: Accessing REQUEST structure data outside FreeRADIUS module

2006-04-13 Thread Nicolas Castel
2006/4/12, Alan DeKok <[EMAIL PROTECTED]>: > "Nicolas Castel" <[EMAIL PROTECTED]> wrote: > > I'm using FreeRADIUS v1.1.0. I'm developping some modules and I try to > > access auth_req structure (REQUEST) data from an external function (out of &

Re: Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Nicolas Castel
> Let me rewrite that: > > When you put the function into the same c language file as the rest of > the module functions, all works fine. > > If that is correct, than I would suggest you are having an include file > problem and/or a linking problem. > > If I am correct, there isnt much I can do wit

Re: Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Nicolas Castel
2006/4/12, Joe Maimon <[EMAIL PROTECTED]>: > > > Nicolas Castel wrote: > > > Hello and thanks for replies > > > > I'm using FreeRADIUS v1.1.0. I'm developping some modules and I try to > > access auth_req structure (REQUEST) data from an extern

Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Nicolas Castel
Hello and thanks for replies I'm using FreeRADIUS v1.1.0. I'm developping some modules and I try to access auth_req structure (REQUEST) data from an external function (out of my module) and it fails. All works fine when accessing this data from the module itself but when i call an external fun

Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Nicolas Castel
Hello and thanks for replies I'm using FreeRADIUS v1.1.0. I'm developping some modules and I try to access auth_req structure (REQUEST) data from an external function (out of my module) and it fails. All works fine when accessing this data from the module itself but when i call an external fun