logging Access-Reject messages
    Geoff Silver 
    geoff+freeradius at uslinux.net
       
    Fri Feb 24 21:51:29 CET 2006
    
    
  
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!
    
    
More information about the Freeradius-Users
mailing list