<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You're right, adding the name of my sqlcounter in the instantiate
section lake it works.<br>
thx :)<br>
<br>
Alan DeKok a écrit :
<blockquote cite="mid:48C0C273.8070107@deployingradius.com" type="cite">
  <pre wrap="">Alexandre Chapellon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">whenever i launch freeradius -X I get the folloawing error:
/etc/freeradius/users[205]: Parse error (check) for entry scott: Invalid
octet string "101" for attribute name "Max-Traffic"
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  The modules are initialized in *order*.  The sqlcounter module creates
the attributes on the fly.  But... it can't do this if it hasn't been
run yet.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Line 205 is the line where user scott is defined in users files.
I have tryed setting up my own dictionnary (which i think shouldn't be
needed) with the Max-Traffic attribute defined as interger

VENDOR ME
ATTRIBUTE       Max-Traffic     1       integer
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  That isn't the correct dictionary file format, but it's not relevant,
either.

  </pre>
  <blockquote type="cite">
    <pre wrap="">But that doesn't help. I have read all over the web that sqlcounter with
mysql are considered as stable enough for production , so am quite
surprised of this issue...
Any idea?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  List "sqlcounter" in the "instantiate" section.  It will be
initialized before the "users" file is read.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
</body>
</html>