Victor wrote: > Ok, so how can i stop processing accounting with NULL or any other > realm in my situation?
There're two workarounds: 1. Give up accounting proxying and use radrelay. 2. Remove instances of the 'realm' module in 'preacct' section and write something like this in 'acct_users' file: # Proxy this one DEFAULT User-Name =~ "foo\.net$", Acct-Type := "acct.foo", Proxy-To-Realm := "foo.net" # Handle this one locally DEFAULT User-Name =~ "bar\.com$", Acct-Type := "acct.bar" -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

