<!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 13:31 +0100, Alan DeKok wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Antonio Modesto wrote:
>>   That's wrong.  Use "Cleartext-Password :=" instead of "User-Password =="

>     The problem is that my production server is running Freeradius 1.8,
> and it uses the Attribute User-Password

  No.  The change to Cleartext-Password was done in 1.1.4.  The 1.1.8
version was released long after that.w

>, 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?

  It's better if you upgrade, *and* if you change the attribute.
</PRE>
</BLOCKQUOTE>
<BR>
I find that the pool_name is not set, it's trying to find "sqlippool", I changed the name of my pool to this name and it worked. Maybe I am putting the update control in the wrong place, I've put it in the post-auth section.<BR>
<BR>
[sqlippool]     expand: SELECT FramedIPAddress FROM radippool WHERE pool_name = 'sqlippool' AND expiry_time < NOW() ORDER BY RAND() LIMIT 1 FOR UPDATE -> SELECT FramedIPAddress FROM radippool WHERE pool_name = 'sqlippool' AND expiry_time < NOW() ORDER BY RAND() LIMIT 1 FOR UPDATE<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

  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>
</BODY>
</HTML>