Fantastic!  Thanks!

On Dec 2, 2004, at 1:18 PM, Thor Spruyt wrote:

Jason Lixfeld wrote:
I'm wondering if it's possible for FreeRADIUS to support MySQL such
that the sql driver can read radcheck/radreply stuff from one server
but write accounting data to a different server.

Yes, Configure 2 sql instances by copying the standard sql {} instance:

sql_auth {
   server = ...
   ...
}
sql_acct {
   server = ...
   ...
}

And then tell freeradius to use which instance where:

authorize {
   ...
   sql_auth
   ...
}
accounting {
   ...
   sql_acct
   ...
}

--
Regards,

Thor Spruyt
E: [EMAIL PROTECTED]
W: www.thor-spruyt.com
M: +32 (0)475 67 22 65
Bestel nu uw exemplaar van Operationele verkoop (Walter Spruyt -
Liesbeth Huysmans) via www.salesguide.be Ontdek de Telenet Hotspot
service op www.telenet.be/hotspots

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



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

Reply via email to