On Tue, 15 Feb 2005 [EMAIL PROTECTED] wrote:

> Hi List,
>
> It is possible to configure freeradius like that, that all successful
> authetication will be captured in a file (with username and if it is possible
> also the pw or other informations)?
>
> Thanks for your help.
>
> Best regards,
> Daniel
>
>
>

Did you read radiusd.conf?

#  Log authentication requests to the log file.
#
#  allowed values: {no, yes}
#
log_auth = no
#  Log passwords with the authentication requests.
#  log_auth_badpass  - logs password if it's rejected
#  log_auth_goodpass - logs password if it's correct
#
#  allowed values: {no, yes}
#
log_auth_badpass = no
log_auth_goodpass = no

OR if you want more detail than that

        #  Many people want to log authentication requests.
        #  Rather than modifying the server core to print out more
        #  messages, we can use a different instance of the 'detail'
        #  module, to log the authentication requests to a file.
        #
        #  You will also need to un-comment the 'auth_log' line
        #  in the 'authorize' section, below.
        #
        # detail auth_log {
                # detailfile =
${radacctdir}/%{Client-IP-Address}/auth-detail-%Y
%m%d

                #
                #  This MUST be 0600, otherwise anyone can read
                #  the users passwords!
                # detailperm = 0600
        # }


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

Reply via email to