<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
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. Can someone explain me how can I do this? i've set up a pool called 'main_pool' in my database:<BR>
<BR>
select * from radippool;<BR>
+----+-----------+-----------------+--------------+-----------------+------------------+---------------------+----------+----------+<BR>
| id | pool_name | FramedIPAddress | NASIPAddress | CalledStationId | CallingStationID | expiry_time | username | pool_key |<BR>
+----+-----------+-----------------+--------------+-----------------+------------------+---------------------+----------+----------+<BR>
| 1 | main_pool | 172.16.254.1 | | | | 0000-00-00 00:00:00 | | |<BR>
+----+-----------+-----------------+--------------+-----------------+------------------+---------------------+----------+----------+<BR>
1 row in set (0.01 sec)<BR>
<BR>
<BR>
and I have this user:<BR>
<BR>
select * from radcheck;<BR>
+----+----------+---------------+----+-------+-------+<BR>
| id | UserName | Attribute | op | Value | ativo |<BR>
+----+----------+---------------+----+-------+-------+<BR>
| 1 | modesto | User-Password | == | 12345 | S |<BR>
+----+----------+---------------+----+-------+-------+<BR>
1 row in set (0.00 sec)<BR>
<BR>
<BR>
I've already tried to associate the Pool-Name attribute with this user, but it didn't work.<BR>
<BR>
Can someone explain me how this stuff works or send me a more detailed documentation?<BR>
<BR>
Thanks in advance.<BR>
<BR>
Regards.
</BODY>
</HTML>