Hi everyone,

I have no trouble logging Access-Request and Access-Accept messages, but
neither rlm_detail nor "log_auth = yes" seems to log Access-Reject messages.
I feel quite silly asking this, but is there something special I need to do to
get these logged?  My radiusd.conf file looks like:

authorize {
        preprocess
        detail
        auth_log
        attr_filter
        files
}
authenticate {
        Auth-Type System {
                unix
        }
}
preacct {
        preprocess
        acct_unique
        files
}
accounting {
        detail
}
session {
}
post-auth {
        reply_log
}

I'm happy to send any extra config you'd like - just let me know.
Alternately, I'm happy to patch the code to allow this if someone knows the
right place to do it.

Thanks for any ideas!
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to