help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Proxying Radius Requests by Called-Station-Id


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Proxying Radius Requests by Called-Station-Id
Date: Thu, 27 Jul 2006 10:04:17 +0300

Dale <address@hidden> wrote:

> I'm trying to match incomming Called-Station-Id and forward it to a
> different radius server for the response when it matches a known value.

Use raddb/hints to modify the user name. For example:

DEFAULT     Called-Station-Id = 111111
            User-Name = "=%[User-Name] + \"@realm1\""

DEFAULT     Called-Station-Id = 222222
            User-Name = "=%[User-Name] + \"@realm2\""

Then you can define realm1 and realm2 as usual in your raddb/realms
file.

Regards,
Sergey



            




reply via email to

[Prev in Thread] Current Thread [Next in Thread]