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
--
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to