On Mon, May 30, 2011 at 8:30 PM,  <thomas.d...@24-7-it-services.de> wrote:
> Hi,
>
> I'm sorry, but I can't find any usefull informations
> in (http://wiki.freeradius.org/Radiusd.conf).
>
> Please, can you give me a little bit more informations?
>

It should be possible to disable auth logging (auth=no) on
radiusd.conf and enable linelog module with your own logging format
and filename

https://github.com/alandekok/freeradius-server/blob/v2.1.x/raddb/modules/linelog

Use the linelog module on authorize/authenticate/accounting section
(whichever you need). Also, depending on your needs, it might be
easier to create separate linelog module instance that will be called
in different sections.

You should be able to use either %{NAS-IP-Address} or
%{Client-IP-Address} to record NAS IP address.

-- 
Fajar
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to