Is there a good guide to writing rlm modules
I am a newbie to Radius, and need to implement some function that is not easily done by any of the existing modules. So I want to write my own, and being a Java programmer I chose JRadius as well we FreeRadius. I wrote a module but it is not taking my acceptance of the user i the authorize step, but rather send a rejection to the post_auth step. Obviously I am missing something, so I thought that some documentation on writing modules would be good reading. Anyone know where I can find some? Thanks David
David Goodenough <david.goodenough@linkchoose.co.uk> wrote:
So I want to write my own, and being a Java programmer I chose JRadius as well we FreeRadius. I wrote a module but it is not taking my acceptance of the user i the authorize step, but rather send a rejection to the post_auth step.
Read the debug log to see why.
Obviously I am missing something, so I thought that some documentation on writing modules would be good reading.
If you're writign a jradius module, please ask on the jradius list. Alan DeKok.
On Thursday 22 June 2006 21:03, Alan DeKok wrote:
David Goodenough <david.goodenough@linkchoose.co.uk> wrote:
So I want to write my own, and being a Java programmer I chose JRadius as well we FreeRadius. I wrote a module but it is not taking my acceptance of the user i the authorize step, but rather send a rejection to the post_auth step.
Read the debug log to see why. I did, and I think I have found a way (which may be cheating) to achieve what I want. But it would be better to know how it is meant to be done.
Obviously I am missing something, so I thought that some documentation on writing modules would be good reading.
If you're writign a jradius module, please ask on the jradius list. I tried, but no-one answered. As the module structure seems very similar between the two it seemed sense to ask here as well. Any the solution I found was actually on the freeradius side, not jradius.
David
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
David Goodenough