<!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">
<a class="moz-txt-link-abbreviated" href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a> schrieb:
<blockquote cite="mid:20080707164056.GB21057@lboro.ac.uk" type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">With the actual git/cvs I wanted to setup client based virtual Servers, 
where the clients are stored in a mysql database.
I added a column "server" to the nas table and set it to the name of a 
virtual server.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
the logic is in rlm_sql.c alrady, all you need to do is
update your nas_query so that it looks like eg

SELECT id,nasname,shortname,type,secret,virtual_server FROM nas


then it'll pull in the details from the DB
  </pre>
</blockquote>
Thanks,<br>
will this be in 2.0.6 by default?<br>
<br>
Norbert Wegener<br>
<br>
<blockquote cite="mid:20080707164056.GB21057@lboro.ac.uk" type="cite">
  <pre wrap="">
alan
-
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>
<br>
</body>
</html>