Re: (RADIATOR) Handling preauthentication

2002-09-05 Thread Claudio Lapidus
L PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: (RADIATOR) Handling preauthentication >Date: Fri, 6 Sep 2002 10:41:42 +1000 > > >Hello Claudio - > >This is only for Service-Type = Outbound-User, which indicates >preauthentication according to your description. > >

Re: (RADIATOR) Handling preauthentication

2002-09-05 Thread Hugh Irvine
Hello Claudio - This is only for Service-Type = Outbound-User, which indicates preauthentication according to your description. Your other normal Handlers would be used for everything else. Alternatively you could write a PreClientHook to do your checking and which would add a pseudo-attribu

Re: (RADIATOR) Handling preauthentication

2002-09-05 Thread Claudio Lapidus
Hello Hugh, >Why not use something like this: > > > .. > > >which will match a User-Name that is all numbers as well as the >Service-Type. But then I would easily run into the wrong situation when faced with any username composed by all numbers. Being an access provider I have no con

Re: (RADIATOR) Handling preauthentication

2002-09-04 Thread Hugh Irvine
Hello Claudio - Why not use something like this: .. which will match a User-Name that is all numbers as well as the Service-Type. regards Hugh On Thursday, September 5, 2002, at 04:04 PM, Claudio Lapidus wrote: > Hello, > > I'm trying to set up a handler to deal with dialup

(RADIATOR) Handling preauthentication

2002-09-04 Thread Claudio Lapidus
Hello, I'm trying to set up a handler to deal with dialup preauthentication. Here the distinctive feature (besides service type) is that the Username attrib has the same value as Called-Station-Id. Is it possible to do it with something like the construct below? In other words, it is possib