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 > > my module) and it fails. All works fine when acce

Re: Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Alan DeKok
"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 > my module) and it fails. All works fine when accessing this data from the > module itself but when i

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 Joe Maimon
Nicolas Castel wrote: 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 external function (out of my module) and it fails

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 external function (out of > > my module) and it fails. All

Re: Accessing REQUEST structure data outside FreeRADIUS module

2006-04-12 Thread Joe Maimon
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 external function (out of my module) and it fails. All works fine when accessing this data from the module itself but w