AW: (RADIATOR) AuthBy External und CHAP

2002-04-04 Thread Burkhard Bartelt
Hello Hugh, we use an API in our external modul to access a SQL-Server Database. The passwords are encrypted in this DB. But we have to put a cleartext password as input to this API (a dll). The API handles the decryption of the cleartext password. I think, the authgeneric.pm handles the

(RADIATOR) double reply-message

2002-04-04 Thread h . zuidema
Hello Hugh, We use Radiator as a proxy between our network and our customers (ISP's). We have a problem with the fact that Radiator as a proxy always adds a Reply-Message to an access reject. In case of a reject by the ISP Radius server we generally receive a Reply-Message from this ISP Radius

RE: Fwd: (RADIATOR) Password length

2002-04-04 Thread Tony Bunce
How do I use UseOldAscendPasswords with ClientListSQL? Here is part of my conf: ClientListSQL DBSource DBI:Sybase:database=XXX;server=XX DBUsername XXX DBAuth GetClientQuery select

Re: (RADIATOR) Rewrite rules

2002-04-04 Thread Radiator Admin
This will remove begining trailing whitespace RewriteUsername s/^\s+// RewriteUsername s/\s+$// - Original Message - From: Paul Black [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 4:41 AM Subject: (RADIATOR) Rewrite rules I'm still trying to make my

(RADIATOR) AuthBy Test and Accounting combined

2002-04-04 Thread r . helfenberger
Hi Did anybody implement a handler to combine the AuthBy Test functionality (accept all connections), but still maintains the accounting? The reason for that: For me it doesn't matter who connects to my Radior. But for legal reasons I have to maintain an accounting log (with the called party

RE: (RADIATOR) RE: Goin' Crazy

2002-04-04 Thread Leon Oosterwijk
Hugh, I did use the example in the goodies. I had to make some changes. It's good to know that the hook get's evaled just once. The DynAddress thing seems to be working quite nicely now. I've got one big problem still. I know we talked about this earlier, and I still have not found a good

RE: (RADIATOR) RE: Goin' Crazy

2002-04-04 Thread Leon Oosterwijk
All, I don't know why I keep answering my own questions. :) The easier way I could find to state=0 the ip's that were assigned on the second channel authentication is by using the following queries. SELECT RADPOOL.YIADDR from RADPOOL LEFT OUTER JOIN RADONLINE ON RADONLINE.FRAMEDIPADDRESS =

RE: (RADIATOR) RE: Goin' Crazy

2002-04-04 Thread Ronan Eckelberry
You would use the PORTLIMIT Reply Attribute for that. For example an ISDN would have a PORTLIMIT of 2 and both channels would be assigned the same IP address. -Ronan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Leon Oosterwijk Sent:

RE: (RADIATOR) RE: Goin' Crazy

2002-04-04 Thread Leon Oosterwijk
Ronan, This would work great if I had control over the user profiles and knew which ones were ISDN. Unfortunately we are the proxy host for a large amount of different providers. The people that use ISDN and bond and those that don't difer per day. Sincerely, Leon Oosterwijk ISDN-NET Inc.

(RADIATOR) Problem with SNMP

2002-04-04 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Andy De Petter [EMAIL PROTECTED]] Date: Thu, 4 Apr 2002 08:07:06 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Thu Apr 4 08:07:05 2002 Received: from

Re: Fwd: (RADIATOR) Password length

2002-04-04 Thread Mike McCauley
Hi Tony, Unfortunately, the default behaviour of ClientListSQL does not include UseOldAscendPasswords. I think the only way forward for you is to modify the ClientListSQL.pm code. Cheers. On Fri, 5 Apr 2002 01:11, Tony Bunce wrote: How do I use UseOldAscendPasswords with ClientListSQL?

Re: Fwd: (RADIATOR) Password length

2002-04-04 Thread Hugh Irvine
Hello Tony - If you only have a couple of these Clients, you could always define them directly in the configuration file instead of in ClientListSQL. regards Hugh On Fri, 5 Apr 2002 07:20, Mike McCauley wrote: Hi Tony, Unfortunately, the default behaviour of ClientListSQL does not

Re: (RADIATOR) RADIATOR Generates Vendor-Specific attributes when proxying RADIUS

2002-04-04 Thread Hugh Irvine
Hello Jim - Could you please send me a copy of your configuration file (no secrets) together with a trace 4 debug from Radiator showing both the incoming and the outgoing requests. I would also like to know what version of Radiator you are running and what dictionary you are using. thanks

Re: AW: (RADIATOR) AuthBy External und CHAP

2002-04-04 Thread Hugh Irvine
Hello Burkhard - Radiator handles both PAP and CHAP automatically. The difference is that PAP passwords can be decrypted and the resulting cleartext password is used to perform the same encryption as the encrypted password in the database and the two are compared. If there is a match, the

Re: (RADIATOR) Problem with SNMP

2002-04-04 Thread Hugh Irvine
Hello Andy - What happens if you don't specify the Port parameter (ie. let it use the default)? Do you still have the problem? And can you tell me what version of SNMP_Session you are using? thanks Hugh Radiator doesn't want to take my SNMPAgent configuration, which looks like:

Re: (RADIATOR) AuthBy Test and Accounting combined

2002-04-04 Thread Hugh Irvine
Hello Ralph - Yes this will work. regards Hugh On Fri, 5 Apr 2002 02:28, [EMAIL PROTECTED] wrote: Hi Did anybody implement a handler to combine the AuthBy Test functionality (accept all connections), but still maintains the accounting? The reason for that: For me it doesn't matter who

(RADIATOR) HTTP Digest Authentication

2002-04-04 Thread Mike McCauley
We have recently added support for HTTP Digest authentication as per RFC 2617 to Radiator. There is a patch for AuthGeneric.pm at http://www.open.com.au/radiator/downloads/patches-3.0/AuthGeneric.pm You can also find a patch for Apache-AuthenRadius at

(RADIATOR) radiator snmp oids

2002-04-04 Thread Anton Krall
Title: Message Gyus.. anybody has the OIDS (not MIB file) for radiator stats??? Im looking for the OIDs in order to use them in snmpwalk and cacti monitoring. Thx very much for any help.. Saludos Anton KrallDirector de TecnologíaInter.net México / Panamá Tel; 5241-7609 Directo Tel:

Re: (RADIATOR) radiator snmp oids

2002-04-04 Thread Hugh Irvine
Hello Anton - Have a look in the file Radius/SNMPAgent.pm. regards Hugh On Fri, 5 Apr 2002 12:19, Anton Krall wrote: Gyus.. anybody has the OIDS (not MIB file) for radiator stats??? Im looking for the OIDs in order to use them in snmpwalk and cacti monitoring. Thx very much for any