[RADIATOR] Stop,Start, alive acct messages forwarding

Kurt Jaeger radiator at c0mplx.org
Tue Jan 27 03:45:40 CST 2009


Hi!

> Thank you for your answer...but if i define also realms the message
> handling doesn't go inside the handlers...I want to forward ALL the
> Start, Stop and Alive messages received by my Radiator leaving the
> message handling inside different Realms.

We analysed the setup with realms and handlers and decided to not
use Realms at all.

Everything is done using different handlers.

To seperate different "Realms", we use pattern for the usernames in
the handlers.

<Handler User-Name=/someperlpattern$/,Request-Type=Access-Request>
  <...>
</Handler>

<Handler User-Name=/someperlpattern$/,Request-Type=Accounting-Request>
  <...>
</Handler>

To be honest, we wrote a perl script to generate all the necessary
handlers, we have approx. 190 of them 8-}

As far as I know, one can fetch the handlers from databases, as well.

-- 
pi at opsec.eu            +49 171 3101372                        11 years to go !



More information about the radiator mailing list