Re: (RADIATOR) SNMP, Simultaneous-Use and Redback SMS500

2002-08-02 Thread Hugh Irvine
Hello Sven - What you describe below is exactly what we need to know to be able to code the NasType. Unfortunately, we do not have *any* NAS gear (suppliers don't give us anything for development), so we have to rely on customers such as yourself to get the information that is required.

Re: (RADIATOR) SNMP, Simultaneous-Use and Redback SMS500

2002-08-02 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Sven Holz [EMAIL PROTECTED]] Date: Fri, 2 Aug 2002 03:04:34 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Fri Aug 2 03:04:33 2002 Received: from

RE:RE: (RADIATOR) Caller ID settings

2002-08-02 Thread david.kramar
Hi Ali FYI. You can use regular expression in SQL database too. Realm DEFAULT AuthBy RADMIN DBSourcedbi:sqldb:database:127.0.0.1 DBUsername databaseuser DBAuth databasepassword AuthSelect select PASS_WORD,

Re: (RADIATOR) vendor 2937, attributes 22/23 ?

2002-08-02 Thread Kurt Jaeger
Hi! And when you do find out what they are, please let us know so we can add them to the Radiator dictionary. Here we go: VENDORATTR 2937 Radius-Proxy-IP-Adr 22 ipaddr VENDORATTR 2937 Radius-Proxy-Receive-Time 23 integer The names are mine, still waiting for their

(RADIATOR) negative balancetime

2002-08-02 Thread Shaun
Hello, Does anyone know why iwouldkeepgetting huge negative balancetime in my database? I'm using Radiator and an Informix database for prepaid. In the database i have three fields, Username Password Balancetime For some reason, like one in every ten users, the Sessiontime is exceeded

(RADIATOR) Re: Radiator and Windows Encryption

2002-08-02 Thread Ayotunde Itayemi
Hi Mike, I have given the 3.1 patch a shot but to no effect. The relevant part of my config file is: AuthBy DYNADDRESS Identifier myIPADDRESSauth Allocator mySQLallocator AddToReply Class = %{Reply:Framed-IP-Address} PoolHint %{Reply:PoolHint}

(RADIATOR) AddtoReply

2002-08-02 Thread miko
Anyone else having a problem with AddToReply where it adds the reply attributes to Accounting replies as well??? Miko === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of

RE: (RADIATOR) negative balancetime

2002-08-02 Thread Ronan Eckelberry
Title: Message I receive the same error. I'm not sure if it is from duplicate ACCOUNTING packets, or maybe some of my NASs are not using the Session-Timeout. I would like to know if there is any other reason for this as well. -Ronan -Original Message-From: [EMAIL PROTECTED]

Re: (RADIATOR) negative balancetime

2002-08-02 Thread Shaun
Title: Message hello again You're rite about the duplicate accounting packets. I've checked our detail file and it seems to have 3 records for one login. ie. 1 start and 2 stop. How could you avoid this from happening? - Original Message - From: Ronan Eckelberry To:

RE: (RADIATOR) negative balancetime

2002-08-02 Thread Ronan Eckelberry
Title: Message You could use the DupInterval command. I am using this command right now, but it still seems to do it. The only reason that I could see is that if it receives 2 Stop packets, it would think the customer used double the time they did. I'm not sure though. -Ronan

Re: (RADIATOR) AddtoReply

2002-08-02 Thread Wildph
Hello miko, Friday, August 2, 2002, 8:37:13 PM, you wrote: myc Anyone else having a problem with AddToReply where it adds the reply myc attributes to Accounting replies as well??? What version of radiator are you running? We're running the latest v3.1 with patches here. I want to make

Re: (RADIATOR) AddtoReply

2002-08-02 Thread Hugh Irvine
Hello Miko - This is the expected behaviour - why is it a problem? If you want to deal with accounting requests differently to authentication requests, you can use Handlers: # define Handlers Handler Request-Type = Accounting-Request . /Handler Handler .. /Handler

Re: (RADIATOR) vendor 2937, attributes 22/23 ?

2002-08-02 Thread Hugh Irvine
Hello Kurt - The names for vendor-specifics are usually designed to avoid collisions, so I would suggest something like this (until we get the official definitions). VENDORATTR 2937 DTAG-Proxy-IP-Adr 22 ipaddr VENDORATTR 2937 DTAG-Proxy-Receive-Time 23 integer I

Re: (RADIATOR) negative balancetime

2002-08-02 Thread Hugh Irvine
Hello Ronan - This is almost always due to duplicate accounting requests. regards Hugh On Saturday, August 3, 2002, at 08:11 AM, Ronan Eckelberry wrote:     I receive the same error.  I'm not sure if it is from duplicate ACCOUNTING packets, or maybe some of my NASs are not using the

Re: (RADIATOR) Re: Radiator and Windows Encryption

2002-08-02 Thread Hugh Irvine
Hello Tunde - I will let Mike deal with the first part of your message. For the second part, you will need to write a PostAuthHook to do what you describe. You will find some example hooks in the file goodies/hooks.txt. regards Hugh On Saturday, August 3, 2002, at 03:34 AM, Ayotunde

Re: (RADIATOR) AddtoReply

2002-08-02 Thread Hugh Irvine
Hello - Please send me a copy of your configuration file (no secrets) together with a trace 4 debug showing what is happening. thanks Hugh On Saturday, August 3, 2002, at 09:40 AM, Wildph wrote: Hello miko, Friday, August 2, 2002, 8:37:13 PM, you wrote: myc Anyone else having a

Re: (RADIATOR) vendor 2937, attributes 22/23 ?

2002-08-02 Thread Mike McCauley
Hi Kurt, On Sat, 3 Aug 2002 10:44, Hugh Irvine wrote: Hello Kurt - The names for vendor-specifics are usually designed to avoid collisions, so I would suggest something like this (until we get the official definitions). VENDORATTR 2937 DTAG-Proxy-IP-Adr 22 ipaddr