Re: Fwd: (RADIATOR) Can we have a separate error for bad logins exceeded?

2001-08-28 Thread Hugh Irvine
Hello Miguel - Here is Mike's mail on this subject - the new version of Radmin should be out in the next couple of days. regards Hugh On Tuesday 28 August 2001 10:26, Mike McCauley wrote: Hi Hugh, The new version of Radmin (which will include a new AuthRADMIN.pm) supports more

(RADIATOR) Re:

2001-08-28 Thread Hugh Irvine
Hello David - My Cisco won't send the Framed-IP-Address attribute when starting a session. I've seen you talk bout copying the attribute wiht a hook, but I can't find it and I can't figure out how to do that. Here's the log: Code: Accounting-Request Identifier: 23 Authentic:

Re: (RADIATOR) User-Password

2001-08-28 Thread Hugh Irvine
Hello GwangHee - On Tuesday 28 August 2001 11:02, GwangHee Yi wrote: Hi All, I have an authentication question. We want to use prepaid card. I want to authenticate the user by calling card ID, PIN number and balance. How can I do that with Mysql Database. The first thing you will have

Re: (RADIATOR) NAS-Identifier value

2001-08-28 Thread Mariano Absatz
Thanx a lot, Hugh. El 28 Aug 2001, a las 9:58, Hugh Irvine escribió: Hello Mariano - On Monday 27 August 2001 23:04, Mariano Absatz wrote: Hi, for what I understand of the standard (RFC2865 section 5.32) the NAS- Identifier attribute is an arbitrary string used to identify the

(RADIATOR) Ascend SNMP Problems

2001-08-28 Thread Leon Oosterwijk
Hugh/Mike, I've got a problem with the DefaulSimultaneousUse. This does not seem to work for my realm-based customers. Below is a trace level 4 of the different steps for checking the simutaneous use. As you can see it checks with the Ascend NAS using AscendSNMP. But the USERNAME passed is

(RADIATOR) Trace levels?

2001-08-28 Thread Todd Dokey
This does not seem to be working.. although the other day I setup a PasswordLogFileName in DEFAULT and that worked just fine. I am trying to cut a log of the users on the one Client/Handler for debugging. Is it because my trace levels are low? AuthLog FILE Identifier Log1 Filename

Re: (RADIATOR) Ascend SNMP Problems

2001-08-28 Thread Hugh Irvine
Hello Leon - You don't show the session database that you are using, but the problem is because you are doing a RewriteUsername and the rewritten username is being used to check against the NAS (which of course won't work). The usual way to deal with this problem is to use an SQL session

Re: (RADIATOR) Trace levels?

2001-08-28 Thread Hugh Irvine
Hello Todd - It is not clear to me what you are trying to do with the configuration below. What you show in the configuration is an AuthLog FILE writing to a file called (lowercase l): %L/Log1logfile and in addition, a PasswordLogFileName of (UPPERCASE L): %L.Log1Logfile

(RADIATOR) Logging to SQL DB

2001-08-28 Thread Magnus E. Sigurdsson
Hi, Is it possible to set up Radiator in such a way so that I can get it to authenticate by one method and log accounting to an SQL DB? Specifically I need to proxy authentication requests to another Radius server using AuthBy Radius but I'd still like to log to our MS SQL 7 DB. Thanks,

Re: (RADIATOR) Logging to SQL DB

2001-08-28 Thread Hugh Irvine
Hello Magnus - The answer to this depends somewhat on what else you are doing, however here is one way to do it. # define AuthBy clauses AuthBy SQL Identifier SQLAccounting DBSource ... DBUsername DBAuth . # empty AuthSelect (no

(RADIATOR) Connecting to MS SQL 2000

2001-08-28 Thread Jamz
Hi, We have been using Radiator on Linux for a while now, connecting to a PostgreSQL server and everything has been great. However we are now moving to MS SQL 2000 in line with upsizing of our operations and I was wondering if anyone out there had any recommendation as to how to get Perl

Re: (RADIATOR) Connecting to MS SQL 2000

2001-08-28 Thread Hugh Irvine
Hello Jamz - I personally have had the most success with the free version of Sybase for Linux (www.sybase.com) with DBI:Sybase, and configure the Sybase client to connect to the MSSQL host. Alternatively, you can install a copy of Radiator on W2000k using DBI:ODBC and then proxy from

(RADIATOR) detail files: binary feature request, fast searching

2001-08-28 Thread Miguel A.L. Paraz
What do you think of of storing the detail files in the original RADIUS packet form? Then if we need to display then, look them up at the dictionary. I think this would save space and speed up searching. Speaking of searching - is there a tool, or anyone have ideas, of doing fast lookups

Re: (RADIATOR) detail files: binary feature request, fast searching

2001-08-28 Thread Hugh Irvine
Hello Miguel - I think you would get better value by setting up rotating accounting tables with a new table for every day, week, month or whatever and then archiving the old ones. That way the size of the active table stays a reasonable size. You can use special characters for the SQL table

(RADIATOR) two authby clauses

2001-08-28 Thread lloyd
hi, how do i configure radiator in such a way that before it proxy's to another radius server, it checks for the Called-Station-Id in say a flat file or a database? will this work (file based with only one field: telephonenumbers). AuthBy FILE Identifier calledstationid