Issues with post-auth not running in inner-tunnel/proxy-inner-tunnel

Alan DeKok aland at deployingradius.com
Fri Aug 12 12:59:46 UTC 2022


On Aug 12, 2022, at 8:51 AM, Chris Griffin <cgriffin352 at gmail.com> wrote:
>  I did a little debugging inside the code and found that
> 'request_data_get' returns NULL so we never pass the conditional which
> allows rad_postauth to be called.  Any other debug information that would
> help?

  You can try editing peap.c:

			/*
			 *	We're not proxying it as EAP, so we've got
			 *	to do the callback later.
			 */
			if ((fake->options & RAD_REQUEST_OPTION_PROXY_EAP) != 0) {


  just change that if

		if (1) {

  And that *should* help.  Hopefully it doesn't break anything else.

  Alan DeKok.



More information about the Freeradius-Users mailing list