Thanks Alan, it's fixed with the help by Phil. I want to add one more condition to call the eap_new module based on Realm. The following elseif condition is wrong. How should I write the correct unlang?
Hi,
no no. you've got to have 2 totally different eap mpdules defined , and where they
> Found Auth-Type = eap_new
> Found Auth-Type = EAP
could be you need to ensure that you have 2 types of request configured. you are
better off having a new virtual-server that you direct that request into and change 'eap' in it
(wherever it appears) to eap_new
alan