Detailed Logging freeradius Request Packets

Alan DeKok aland at deployingradius.com
Tue Oct 12 17:53:55 CEST 2010


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.



More information about the Freeradius-Users mailing list