Re: proxy same realm but different authentication protocol to different server

2010-01-29 Thread Bjørn Mork
piston pisto...@yahoo.com writes: Due some limitation, my partner is using two different server to handle different auth-type (PAP / EAP), said server1 only take PAP cannot handle EAP, server 2 take EAP cannot handle PAP. But their user (realm xyz.com), login at my location maybe

Re: proxy same realm but different authentication protocol to different server

2010-01-29 Thread Alan DeKok
piston wrote: Due some limitation, my partner is using two different server to handle different auth-type (PAP / EAP), said server1 only take PAP cannot handle EAP, server 2 take EAP cannot handle PAP. But their user (realm xyz.com), login at my location maybe authenticate by PAP or EAP,

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread Alan DeKok
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

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread piston
, 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

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread Alan DeKok
piston wrote: do u mean at proxy.conf No. I mean *read* the documentation in proxy.conf. Setting up the same realm with 2 different IP's has a different meaning. It will NOT do what you want. ??? sound no logic, i'm really confuse right now. You think the server works the way you

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread Alan Buxey
Hi, Hi do u mean at proxy.conf yes - but for 2 servers, you want to use the server pool method (with 2.1.x) then atauthorize section yep alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread James J J Hooper
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

Re: proxy same realm but different authentication protocol to different server

2010-01-27 Thread piston
Subject: Re: proxy same realm but different authentication protocol to different server Hi, Am I possible to do these? 1. proxy realm xyz.com (PAP/CHAP) to server#1 2. proxy realm xyz.com (PEAP) to server#2 yes, in many varied ways you could doa check of Auth-Type at the end

proxy same realm but different authentication protocol to different server

2009-12-17 Thread piston
Hi, Am I possible to do these? 1. proxy realm xyz.com (PAP/CHAP) to server#1 2. proxy realm xyz.com (PEAP) to server#2 I'm using freeradius 2.1.7 Thank you KH - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy same realm but different authentication protocol to different server

2009-12-17 Thread Alan Buxey
Hi, Am I possible to do these? 1. proxy realm xyz.com (PAP/CHAP) to server#1 2. proxy realm xyz.com (PEAP) to server#2 yes, in many varied ways you could doa check of Auth-Type at the end of the authorise section..and then if realm = xyz.com update the control to proxy to server1 it

Re: proxy same realm but different authentication protocol to different server

2009-12-17 Thread piston
= 123.123.123.2:1813 secret = password nostrip } } } Thanks KH - Original Message From: Alan Buxey a.l.m.bu...@lboro.ac.uk To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Fri, December 18, 2009 4:22:39 AM Subject: Re: proxy same realm but different