Re: (RADIATOR) Handler question

2003-07-10 Thread Hugh Irvine
Hello Andy - Yes you can use regular expressions with Handlers, and the first match is the only match. If a request can match multiple Handlers, it will only be processed by the first one that matches. Therefore the more specific Handlers must appear before the more general Handlers in the lis

(RADIATOR) Handler question

2003-07-10 Thread Andy De Petter
Hello guys, I have some questions, about Handler behaviour. First question, is whether Handlers support regular expression syntax, like Realm does? In section 6.16 in the manual, there isn't any mentioning about that.. but as far as I'm concerned, I think it should be supported - but I would

Re: (RADIATOR) Handler question

2002-07-26 Thread Hugh Irvine
Hello Anton - You are usually better to do something like this: # define AuthBy clauses Identifier DoSomething . Identifier DoSomethingElse . Identifier DoEverything AuthByPolicy AuthBy DoSomething AuthBy DoSom

RE: FW: (RADIATOR) Handler Question

2001-04-29 Thread Eric Lackey
Thanks Hugh. That is exactly what I needed. I think the Client list is the best solution. Eric -Original Message- From: Hugh Irvine [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 9:12 PM To: Eric Lackey; '[EMAIL PROTECTED]' Subject: Re: FW: (RADIATOR) Handle

Re: FW: (RADIATOR) Handler Question

2001-04-29 Thread Hugh Irvine
; ISDN-Net Operations > [EMAIL PROTECTED] > > -Original Message- > From: Eric Lackey [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 29, 2001 5:54 PM > To: '[EMAIL PROTECTED]' > Subject: (RADIATOR) Handler Question > > > I am trying to use a handler to c

FW: (RADIATOR) Handler Question

2001-04-29 Thread Eric Lackey
. This is what I tried, but it doesn't seem to work. Thanks, Eric Lackey ISDN-Net Operations [EMAIL PROTECTED] -Original Message- From: Eric Lackey [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 5:54 PM To: '[EMAIL PROTECTED]' Subject: (RADIATOR) Handler

(RADIATOR) Handler Question

2001-04-29 Thread Eric Lackey
I am trying to use a handler to check NAS-IP-Address for more than system. It would be something like this. It is quite a big handler and I have to have multiple copies since they are exactly the same. Is this possible? Any help would be great. Thanks, Eric Lackey ISDN-Net Operations [EMAI