Antonio Modesto wrote:
I am trying to test sqlippool on freeradius, but i've found that the documentation explains very well how to implement it, but it doesn't explain very well how I can set a user or a group to use this pool.
Set: update control { Pool-Name := "main_pool" } That sets the pool to use.
and I have this user:
select * from radcheck; +----+----------+---------------+----+-------+-------+ | id | UserName | Attribute | op | Value | ativo | +----+----------+---------------+----+-------+-------+ | 1 | modesto | User-Password | == | 12345 | S | +----+----------+---------------+----+-------+-------+
That's wrong. Use "Cleartext-Password :=" instead of "User-Password =="
I've already tried to associate the Pool-Name attribute with this user, but it didn't work.
See the FAQ for "it doesn't work". Alan DeKok.