Giovanni Navarrette <[EMAIL PROTECTED]> wrote:
> I'm trying to use Freeradius 0.5 to do some proxy radius work. I've got
> our dialup equipment using server radius1 and that radius server is set to
> send users@realm to radius2. Is there a way that I can keep detail logs
> specific to that realm seperate from the rest of my dialup users?
Read 'doc/variables.txt'.
If you have a 'Realm' attribute (you will, if the request was
proxied), then you should be able to do:
detailfile = ${radacctdir}/%{Realm:-%{Client-IP-Address}}/detail
Which will create a directory per-realm, if the Realm attribute
exists, or per Client-IP-Address, if the Realm doesn't exist.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html