proxy same realm but different authentication protocol to different server

piston pistonic at yahoo.com
Thu Jan 28 19:00:12 CET 2010


Hi 

do u mean at proxy.conf

realm xyz.com {
type            = radius
authhost        = 
123.123.123.1:1812
accthost        = 123.123.123.1:1813
secret          = password
nostrip
}

realm xyz.com {
type            = radius
authhost        = 
123.123.123.2:1812
accthost        = 123.123.123.2:1813
secret          = password
nostrip
}

then at"authorize" section

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

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

??? sound no logic, i'm really confuse right now.

thanks


----- Original Message ----
From: Alan DeKok <aland at deployingradius.com>
To: FreeRadius users mailing list <freeradius-users at lists.freeradius.org>
Sent: Fri, January 29, 2010 12:38:25 AM
Subject: Re: proxy same realm but different authentication protocol to different server

piston wrote:
> I've try below at the end of authorize section
> 
> if (control:Auth-Type := "EAP") {
>                         update control {
>                        {
>                 Proxy-To-Realm == "xyz.com"
>         }        
> realm xyz.com {

  Uh... the "realm" configuration goes into raddb/proxy.conf.  It
doesn't go into the "authorize" section.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



      



More information about the Freeradius-Users mailing list