<!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">
Yes I am aware of how it is Documented I followed the documentation but
still is not functioning correctly.<br>
<br>
I have a configuration that is similar to as follows<br>
<br>
sql sql1 {<br>
configuration for authentication database<br>
no accounting queries configured<br>
}<br>
sql sql2 {<br>
configuration for accounting database <br>
no authentication queries configured<br>
}<br>
<br>
#dose not work uses accounting sql2 for usergroup query <br>
authorize {<br>
sql1<br>
files<br>
}<br>
<br>
accounting {<br>
detial<br>
sql<br>
}<br>
<br>
#configuration of groups works fine but I lose accounting sql<br>
uthorize {<br>
sql1<br>
files<br>
}<br>
<br>
accounting {<br>
detial<br>
}<br>
<br>
<br>
<br>
Alan DeKok wrote:
<blockquote cite="mid:4C74E8C6.204@deployingradius.com" type="cite">
<pre wrap="">Trey Scarborough wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have to mysql configurations for one for my authentication request and
one for the accounting data. When it make a groupcheck query it is
always using the module for the accounting server is there anyway to
make this function correctly and have it use the configuration for the
authentication database.
</pre>
</blockquote>
<pre wrap=""><!---->
read doc/rlm_sql, or the "rlm_sql" page on the Wiki. This is documented.
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>
<br>
</body>
</html>