[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Fall-Through and databases
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Fall-Through and databases |
Date: |
Wed, 30 Jun 2004 11:46:31 +0300 |
Luis Miguel Navas Santos <address@hidden> wrote:
> This is a sample of the users file:
>
> userX Password = "pwdX", Calling-Station-Id= "983222222",
> Service-Type = Framed-User
> Framed-IP-Address = 10.0.0.10,
> Framed-IP-Netmask = 255.255.255.255,
> Idle-Timeout = 3600,
> Fall-Through = Yes
>
> userX Password = "pwdX", Calling-Station-Id= "983333333",
> Service-Type = Framed-User
> Framed-IP-Address = 10.0.0.10,
> Framed-IP-Netmask = 255.255.255.255,
> Idle-Timeout = 3600,
> Fall-Through = Yes
>
In both cases Fall-Through is not needed. GNU Radius always selects
the best matching entry. So, if the request contains
Calling-Station-Id= "983333333", radius will not even try the first entry.
> My question is the following: Providing that the auth_query must return just
> ONE row, is it possible to use the Fall-Through attribute or is there any
> other mechanism to allow this behavior?
Given what I said above, there should be no problem with it.
Regards,
Sergey