SQL IP Pool Control Attribute Placement
Fajar A. Nugraha
list at fajar.net
Wed Sep 7 10:17:35 CEST 2011
On Wed, Sep 7, 2011 at 2:45 PM, Det Det <det.explorer at yahoo.com> wrote:
> Hi,
> For the sqlippool, http://wiki.freeradius.org/Rlm_sqlippool, which table
> should the below control attribute be placed on? It says, it is not a reply
> attribute, does it then go to radcheck/radgroupcheck table?
>
>
> DEFAULT Pool-Name := main_pool
Pool-Name should be in radcheck/radgroupcheck. Or, if you use the same
pool for everyone, you can still put it on users file with DEFAULT as
username (per the example).
> Fall-Through = Yes
Depending on your configuration, it's possible you may not need
Fall-Through at all. If you DO use it, it should be on
radreply/radgroupreply (if using SQL) or on reply items line (when
using files).
If you're using SQL don't forget to read doc/rlm_sql to see how to use
multiple sql groups (which needs different priorities for each group
and Fall-Through in radgroupreply)
--
Fajar
More information about the Freeradius-Users
mailing list