SQL IP Pool Control Attribute Placement
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 Fall-Through = Yes thanks, det
On Wed, Sep 7, 2011 at 2:45 PM, Det Det <det.explorer@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
participants (2)
-
Det Det -
Fajar A. Nugraha