<!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>
On Wed, 2012-02-01 at 09:19 -0200, Antonio Modesto wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    On Tue, 2012-01-31 at 21:00 +0100, Alan DeKok wrote: 
    <BLOCKQUOTE TYPE=CITE>
<PRE>
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"
        }
</PRE>
    </BLOCKQUOTE>
    <BR>
    Ok, I will try it.<BR>
</BLOCKQUOTE>
<BR>
Sorry for the ignorance, but where must I put this section? Can I just put it anywhere in radiusd.conf or it must be inside another section?<BR>
<BLOCKQUOTE TYPE=CITE>
     
    <BLOCKQUOTE TYPE=CITE>
<PRE>

  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 =="
</PRE>
    </BLOCKQUOTE>
    <BR>
        The problem is that my production server is running Freeradius 1.8, and it uses the Attribute User-Password, but the module rlm_sqlippool is not working in this version of freeradius. Then if I decide to use sqlippool, will I need to upgrade to freeradius 2.x and change this Attribute in all my MySQL database?<BR>
    <BR>
    Thanks.<BR>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
<PRE>

> 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.
-
List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A>

</PRE>
    </BLOCKQUOTE>
    <BR>
<PRE>
-
List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>