Re: (RADIATOR) Calling and Called-Station-Id accounting?

2003-10-16 Thread Hugh Irvine
Hi Terry - On Thursday, Oct 16, 2003, at 16:21 Australia/Melbourne, Terry Simons wrote: Hugh, This is actually that D-Link AP900+ that I've been testing... Yes I 've got one here now as well, although I can't get it to work. What is the magic incantation? I'll try the same thing with an AP-

(RADIATOR) Missing dictionary attribute

2003-10-16 Thread Steve Lalonde
Hi all Can some one enlighten me with the dictionary line to quiet this log message Thu Oct 16 05:32:44 2003: ERR: Attribute number 99 (vendor 5) is not defined in your dictionary vendor 5 only seems to got to Attribute 42 in the latest dictionary. TIA Steve Lalonde RTFM Chief Technical Offi

(RADIATOR) User Login Problem Radiator

2003-10-16 Thread Chanaka Mendis
We have been using radius for last two years with LDAP authentication. Now We need to transfer our users to ORACLE database. Here is a subscriber table details. But If I use radpwtst as follows user get rejected with "Bad Password" Pls Advise on this. I have already spent a week on this. -=-

(RADIATOR) Weird Ascend filter behaviour

2003-10-16 Thread Craig Gittens
Hey guys, The problem is fairly simple. With the following statements, I cannot surf or get DNS so I know that the last 2 statements work. Is there a flaw in my logic? I am using the following on a CVX 1800: Ascend-Data-Filter = "ip IN FORWARD dstip 205.214.199.52 srcip 0.0.0.0 6 dstport = 80" A

(RADIATOR) AuthBy accept all authentication

2003-10-16 Thread Steven Saner
Hi: Is there a easy trick to making an , specifically an , clause always return an authentication accept? I can't seem to find a built in configuration parameter to do this. I need something sort of like "IgnoreAuthentication", but accept instead of ignore. I want to create an that only does stu

Re: (RADIATOR) AuthBy accept all authentication

2003-10-16 Thread DUFOUR Geoffrey
Hello Steven, Try to add : AuthColumnDef 0, User-Password, check AuthSelect select NULL to your clause. Regards. Geoffrey > > > > > Hi: Is there a easy trick to making an , specifically an , clause always return an authentication accept? I can't seem to find a built in configuration param

Re: (RADIATOR) AuthBy accept all authentication

2003-10-16 Thread Hugh Irvine
Hello Steve - The usual way to do this is with an AuthBy GROUP: AuthByPolicy ContinueAlways . # disable authentication AuthSelect # deal with accounting AccountingTable ACCOUNTING AcctCo

Re: (RADIATOR) Weird Ascend filter behaviour

2003-10-16 Thread Hugh Irvine
Hello Craig - How and where are you using these statements in the Radiator configuration? regards Hugh On Thursday, Oct 16, 2003, at 22:27 Australia/Melbourne, Craig Gittens wrote: Hey guys, The problem is fairly simple. With the following statements, I cannot surf or get DNS so I know tha

Re: (RADIATOR) User Login Problem Radiator

2003-10-16 Thread Hugh Irvine
Hello Chanaka - I suspect your problem is due to a mismatch in the shared secrets, or the SQL table definitions. When you send a request from "radpwtst" the source IP address will be the address of the host on which it is run. You will need a Client clause on the target Radiator host to match

Re: (RADIATOR) Missing dictionary attribute

2003-10-16 Thread Hugh Irvine
Hello Steve - You should check with your vendor to find out what the correct definition should be (and let us know when you find out). In the meantime you can add something like this to your dictionary (and restart "radiusd"): VENDORATTR 5 Acc-Bogus-9999 string reg

RE: (RADIATOR) Weird Ascend filter behaviour

2003-10-16 Thread Craig Gittens
These are the reply attributes. I am returning them to radiator in the form of a table from an authenticate function in MSSQL (as with all my other attributes). If you want I can show you a debug Craig. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTE