Jean F. Mousinho wrote: > So this message, the Access-Challenge messages are not logged, although > the Access-Accept are logged. > > I should have said I want to log Access-Challenge messages, would be > more correct.
That's a bit harder. Put this in the "authenticate" section, to
replace the "eap" line:
Auth-Type eap {
eap {
handled = 1
}
if (handled) {
auth_log.post-auth
}
}
That should do the trick.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

