Re: Proxying based on a regex (now with more questions)

2011-08-15 Thread Alan DeKok
Jacob Dawson wrote: > So, according to the docs in proxy.conf and Arran's comment here, the regex > stuff should work fineā€¦but in 2.1.11, we're not seeing that behavior. Right > now, requests are only getting proxied properly if it's an exact match on the > realm name ( realm "hokies" { or rea

Re: Proxying based on a regex (now with more questions)

2011-08-10 Thread Jacob Dawson
y .. or I could be on crack ... >>> >>> >>> -Original Message- >>> From: freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org >>> [mailto:freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org] >>> On Behalf Of Cha

RE: Proxying based on a regex

2011-07-25 Thread Sallee, Stephen (Jake)
rom: freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org [freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org] on behalf of Arran Cudbard-Bell [a.cudba...@freeradius.org] Sent: Monday, July 25, 2011 4:02 PM To: FreeRadius users mailing list Subject: Re: Proxying based on a re

Re: Proxying based on a regex

2011-07-25 Thread Arran Cudbard-Bell
s.org > [mailto:freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org] > On Behalf Of Arran Cudbard-Bell > Sent: Monday, July 25, 2011 3:33 PM > To: FreeRadius users mailing list > Subject: Re: Proxying based on a regex > > Impressive, you've both made u

RE: Proxying based on a regex

2011-07-25 Thread Sallee, Stephen (Jake)
g] On Behalf Of Arran Cudbard-Bell Sent: Monday, July 25, 2011 3:33 PM To: FreeRadius users mailing list Subject: Re: Proxying based on a regex Impressive, you've both made up entirely fictitious syntaxes for doing proxying... Um anyway. if(User-Name =~ /REGEX/){ update control {

Re: Proxying based on a regex

2011-07-25 Thread Arran Cudbard-Bell
;> >> >> -Original Message- >> From: freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org >> [mailto:freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org] >> On Behalf Of Charles Plater >> Sent: Monday, July 25, 2011 3:05 P

Re: Proxying based on a regex

2011-07-25 Thread Charles Plater
ers-bounces+jake.sallee=umhb@lists.freeradius.org] > On Behalf Of Charles Plater > Sent: Monday, July 25, 2011 3:05 PM > To: freeradius-users@lists.freeradius.org > Subject: Proxying based on a regex > > I'm trying to configure our FreeRadius (2.1.9) server to proxy based

Re: Proxying based on a regex

2011-07-25 Thread Arran Cudbard-Bell
or I could be on crack ... > > > -Original Message- > From: freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org > [mailto:freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org] > On Behalf Of Charles Plater > Sent: Monday, July 25, 2011 3:05 PM

RE: Proxying based on a regex

2011-07-25 Thread Sallee, Stephen (Jake)
rg Subject: Proxying based on a regex I'm trying to configure our FreeRadius (2.1.9) server to proxy based on the format of the ID. I have a working regex that determines the domain to which the request should be sent, but I'm having a hard time figuring out the syntax of the proxy stateme

Proxying based on a regex

2011-07-25 Thread Charles Plater
I'm trying to configure our FreeRadius (2.1.9) server to proxy based on the format of the ID. I have a working regex that determines the domain to which the request should be sent, but I'm having a hard time figuring out the syntax of the proxy statement. Here's what I've tried: if (User-Name !