Logging problem

Alan DeKok aland at deployingradius.com
Fri Sep 12 10:30:15 CEST 2008


Norbert Wegener wrote:
> It seems, "if (invalid) " is not entered and I don't see why.

  The default behavior for "invalid" is to stop processing the request.
 This can be changed by:

	eap {
		invalid = 1
	}
	if ( invalid ) {
		...

  I'm not sure the default behavior is really documented anywhere,
unfortunately.

  Alan DeKok.




More information about the Freeradius-Users mailing list