Yes I am aware of how it is Documented I followed the documentation but still is not functioning correctly.

I have a configuration that is similar to as follows

sql sql1 {
configuration for authentication database
no accounting queries configured
}
sql sql2 {
configuration for accounting database
no authentication queries configured
}

#dose not work uses accounting sql2 for usergroup query
authorize {
    sql1
    files
}

accounting {
   detial
  sql
}

#configuration of groups works fine but I lose accounting sql
uthorize {
    sql1
    files
}

accounting {
   detial
}



Alan DeKok wrote:
Trey Scarborough wrote:
  
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.
    

  read doc/rlm_sql, or the "rlm_sql" page on the Wiki.  This is documented.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html