I would add that to the proxy.conf or to radiusd.conf? I've tried both and neither work. I'll recheck my work (I probably mis-typed something) but I wanna get it in the right file. I want radius1 to have a copy and radius2 to get a copy...
Thanks for ya help... :) ------------------------------------- Giovanni Navarrette USLink Internet Systems Administrator e-Mail: [EMAIL PROTECTED] ----Original message processed 05/21/2002 10.54.25---- --__--__-- Message: 21 From: "Alan DeKok" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Proxy/realm detail logging to different logfile? <Pine.GSO.4.05.10205210941580.29815-100000@netapp> Date: Tue, 21 May 2002 11:51:53 -0400 Reply-To: [EMAIL PROTECTED] 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
