But I changed your example to:
DEFAULT Realm == "domain.com.br", Proxy-To-Realm := "domain.com.br"
and the unique adding to radiusd.conf is:
files {
acctusersfile = ${confdir}/acct_users
compat = no
}I can't beleave that. It sending acct packets to other server. But yet a minor problem that these packets are logged localy too.
Dave Hickey em 31-10-2003 15:23 disse:
I have the same problem. But I did not understand what you mean with "...miss the acct_users file".
What is the acct_users file ????
The acct_users file allows you to specify what to do with a specific users accounting packets. In my case I'm doing wildcard proxying, so I have
DEFAULT User-Name =~ "@*.olie1", Proxy-To-Realm := "bt-radius"
in my users file. However the accounting records for these users get written locally instead of to the accounting servers for the realm. In order for the accounting packets to go to the servers for that realm I have to add
DEFAULT User-Name =~ "@*.olie1", Proxy-To-Realm := "bt-radius"
to the acct_users file in the raddb directory.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
