Paul Popescu <[EMAIL PROTECTED]> wrote: > Is there a way to get the server to only send accounting information to > sql when the user is in a specific realm?
Not really. In the short term, your best bet would be minor code modifications. Version 0.9 (or the CVS head) should allow this, via the 'Acct-Type' attribute. You can use the 'acct_users' file to check the Realm, and set Acct-Type to 'sql' for the realms you want, and to use 'ok' for the other realms. You can then list the 'ok' (rlm_always) module in the 'accounting' section, so that those request will do nothing for accounting. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
