proxy same realm but different authentication protocol to different server

James J J Hooper jjj.hooper at bristol.ac.uk
Thu Jan 28 23:34:11 CET 2010


On 27/01/2010 09:39, piston wrote:
> I've try below at the end of authorize section
>
> if (control:Auth-Type := "EAP") {
>                          update control {
>                         {
>                  Proxy-To-Realm == "xyz.com"
>          }

Your operators and nesting are wrong above...

if (control:Auth-Type == "EAP") {
   update control {
     Proxy-To-Realm := "xyz.com"
   }
}


-James

-- 
James J J Hooper
Network Specialist
Information Services
University of Bristol
http://www.wireless.bristol.ac.uk          http://www.jamesjj.net
-- 



More information about the Freeradius-Users mailing list