(RADIATOR) New directory entries

2003-12-12 Thread Vangelis Kyriakakis
Hello, can you add the following attributes into the Radius directory? VENDORATTR 9 Cisco-Policy-Up 37 string VENDORATTR 9 Cisco-Policy-Down 38 string Regards Vangelis === Archive at http

Re: (RADIATOR) New directory entries

2003-12-12 Thread Mike McCauley
Hello Vangelis, They are already present in the latest dictionary as: VENDORATTR 9 cisco-Policy-Up 37 string VENDORATTR 9 cisco-Policy-Down 38 string Cheers. On Fri, 12 Dec 2003 08:59 pm, Vangelis Kyriakakis wrote: > Hello, > >

Re: (RADIATOR) New directory entries

2003-12-12 Thread Hugh Irvine
Hello Vangelis - These attributes are included in the latest Radiator 3.7.1 (plus patches): VENDORATTR 9 cisco-Policy-Up 37 string VENDORATTR 9 cisco-Policy-Down 38 string Note the spelling, which is different to what you show below.

(RADIATOR) IPASS prefix

2003-12-12 Thread Ing. Rosario Pingaro
We have to integrate our wi-fi network with IPASS.   So we have to forward all auth request by ipass' customers to their net server. I know that we have to use AuthBy RADIUS but I am not sur how to handle the prefix and then chouse the right clause.   Our customers have the username without

Re: (RADIATOR) IPASS prefix

2003-12-12 Thread Hugh Irvine
Ciao Rosario - Come va? The answer to your question depends on what else you are doing in your configuration file. Yes you will need to use an AuthBy RADIUS clause, but it will need to be in a Realm or Handler clause. Something like this: .

Re: (RADIATOR) New directory entries

2003-12-12 Thread Vangelis Kyriakakis
Oh ok, I haven't applied the latest patches. I think Cisco has the attribute with capital C, that's why I sent it like "Cisco-Policy-Up" Regards Vangelis Hugh Irvine wrote: Hello Vangelis - These attributes are included in the latest Radiator 3.7.1 (plus patches): VENDORATTR

(RADIATOR) Issue with inserting radius accounting into database

2003-12-12 Thread Matt Simmons
Hello all, I'm having what may be a quite easily fixed problem, but if it is, I am missing something, I think. I am running Radiator on a Slackware Linux machine, connecting to a Windows 2000 server with Microsoft SQL 2000, and the database is a Platypus database. When I run Radiator then test

(RADIATOR) Re: PORTLIMITCHECK modification?

2003-12-12 Thread Hugh Irvine
Hello Maciej - You can already specify the CountQuery in the configuration file with the standard code - there is no need to make the changes you show below. See section 6.41.1 in the Radiator 3.7.1 reference manual ("doc/ref.html"). regards Hugh On 13/12/2003, at 8:35 AM, Maciej Miechowicz

Re: (RADIATOR) Issue with inserting radius accounting into database

2003-12-12 Thread Hugh Irvine
Hello Matt - We will need to see a copy of your configuration file (no secrets), together with a trace 4 debug from Radiator showing the packet dumps and what is happening. regards Hugh On 13/12/2003, at 6:36 AM, Matt Simmons wrote: Hello all, I'm having what may be a quite easily fixed prob