On Wed, Aug 06, 2003 at 01:57:59PM +0200, Olivier Girondel wrote:
> But i can't find exactly the docs for setting things up based on
> the calling station id, can anyone point me to the docs ?


Just compare the Attribute with some value

somegroup       Calling-Station-Id == "123456789"

or use a regex

othergroup      Calling-Station-Id =~ "987$"

There are no special tutorials, but you will find in the doc path some
stuff about the operators (==, =~, and lots of others).

If I remember correctly, there should be also some emails on this list
(try the archive) asking for the same thing.

Oliver.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to