Re: (RADIATOR) Simultaneous Access

1999-08-25 Thread Hugh Irvine
Hello Mike - On Tue, 24 Aug 1999, Michael Gatti wrote: Sounds Cool Hugh ... But if I limit my Realm to "MaxSessions 1" all my users will have a limit to 1 access per time, I don't know if you taked a look at my config file I have three other types of authentication that can't be limited

Re: (RADIATOR) radiator cgi script hosting

1999-08-25 Thread Karl Gaissmaier
Jay West schrieb: There's a cgi program included in radiator that can be called from a webbrowser to see who's currently online, etc. etc. Is there any way that this cgi can be run on a different machine than the radiator server? I hate mucking up my nice radius servers with web server

(RADIATOR) Some problems of using Oracle as an external session database

1999-08-25 Thread Anthony Chan
Hi Mike, I encountered two problems of using Oracle 8. The first one is Oracle core dump and the second one is about the Oracle efficiency. For the first problem, after I use the Oracle as session database, the Oracle server always core dump. From the reply of Oracle support, there is a bug in

(RADIATOR) Password Extraction Probs

1999-08-25 Thread Mark O'Leary
I'm still completely at a loss as to how to make the plaintext password supplied in the radius packet available to the module I am hacking for LDAP authentication. My perl isnt up to spotting how to get the routines elsewhere in Radiator to work for me and supply this. Please could someone talk

Re: (RADIATOR) Password Extraction Probs

1999-08-25 Thread Mike McCauley
Hi Mark, almost right. The line you commented out: my $password = $self-decode_password($self-{Client}-{Secret}); should be changed to be my $password = $p-decode_password($p-{Client}-{Secret}); and that will work for PAP passwords. ($p is the handle to the incoming request.)

(RADIATOR) Accounting log file

1999-08-25 Thread Aurelien Requiem
Hello I need to add informations into the Accounting log file. I would like to know wich pakages i need to use and where can i found all functions associated please ! Thanks a lot to answer me. === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]' with

(RADIATOR) Authentication using FILE and UNIX

1999-08-25 Thread UR List Account
Hi, Can't figure out a way to have AuthBy FILE get the names/passwords from the Unix password file. Using AuthBy UNIX works when I specify the location of the shadow password file, but not when I specify 'Auth-Type = UNIX' in the 'users' file. Any pointers? System runs RedHat Linux 6.0 with

Re: (RADIATOR) Ascend MAX and PPP

1999-08-25 Thread Chen Shiyuan
Hello! Quoting Hugh Irvine [EMAIL PROTECTED]: Hello Chen - On Wed, 25 Aug 1999, Chen Shiyuan wrote: Hello! I am very new to Radiator and encountered this funny problem and is wondering if anyone can help me with it. I am using Radiator-2.14.1 . Basically, I have an Ascend

Re: (RADIATOR) Authentication using FILE and UNIX

1999-08-25 Thread UR List Account
Hi, Can't figure out a way to have AuthBy FILE get the names/passwords from the Unix password file. Using AuthBy UNIX works when I specify the location of the shadow password file, but not when I specify 'Auth-Type = UNIX' in the 'users' file. Any pointers? System runs RedHat Linux 6.0 with

(RADIATOR) Unix based SQL selection request......which one should I use?

1999-08-25 Thread Jay West
We're using FreeBSD 3.2Release for our radius servers. I've decided I have to switch to using SQL rather than dbm files to get some other functionality that we want. My question is, does anyone have any suggestions as to which SQL server to use? I have a strong preference for it to run on

Re: (RADIATOR) Unix based SQL selection request......which one should I use?

1999-08-25 Thread Paul Black
Hi Jay, I've recently put in MySql on Linux with Radiator/Radmin. It s working very nicely. Regards. Paul Jay West wrote: We're using FreeBSD 3.2Release for our radius servers. I've decided I have to switch to using SQL rather than dbm files to get some other functionality that we want.

Re: (RADIATOR) Multiple stop accounting requests

1999-08-25 Thread tom minchin
Oh, the reason why Radiator doesn't pick up the two Stops as duplicates? The Acct-Delay-Time value is different in both packets (0 and 5), Radiator does a comparison of the whole packet and they must be identical to be determined to be duplicates. [EMAIL PROTECTED] === Archive at

Re: (RADIATOR) Multiple stop accounting requests

1999-08-25 Thread tom minchin
On Thu, Aug 26, 1999 at 10:24:42AM +1200, John Vorstermans wrote: Hi. I cannot get to the bottom of this problem. On occasions we are seeing multiple stop accounting records being added to the records of a session. Looking at the logs I can confirm that multiple stop records are

Re: (RADIATOR) AccountingLogFile

1999-08-25 Thread Hugh Irvine
Hello Requiem - On Wed, 25 Aug 1999, Requiem Aurelien (Ext/NTC) wrote: Hello I need to add informations into the Accounting log file. I would like to know wich pakages i need to use and where can i found all functions associated please ! There are a variety of ways to deal with

Re: (RADIATOR) Some problems of using Oracle as an external session database

1999-08-25 Thread Hugh Irvine
Hello Anthony - On Wed, 25 Aug 1999, Anthony Chan wrote: Hi Mike, I encountered two problems of using Oracle 8. The first one is Oracle core dump and the second one is about the Oracle efficiency. For the first problem, after I use the Oracle as session database, the Oracle server

Re: (RADIATOR) Ascend MAX and PPP

1999-08-25 Thread Hugh Irvine
Hello Chen - I am very new to Radiator and encountered this funny problem and is wondering if anyone can help me with it. I am using Radiator-2.14.1 . Basically, I have an Ascend MAX 4060 which allows users to dialin in and access the Internet via PPP. Windows95 users have

(RADIATOR) Token-based authentication

1999-08-25 Thread Mike McCauley
We are seeing considerable interest lately in ways of improving security for dial-up network access, beyond that provided by username and fixed, memorised passwords. We have just finished the initial development of a token-based Radius authentication system for Radiator. It works with the iKey

Re: (RADIATOR) AuthBy EXTERNAL using Perl script

1999-08-25 Thread Hugh Irvine
Hi Charl - On Wed, 25 Aug 1999, charl wrote: Hi all, When I try and use AuthBy EXTERNAL with the following: AuthBy EXTERNAL Command /usr/bin/perl /usr/local/bin/auth.pl %U %R # Pass password as Plain Text to script DecryptPassword /AuthBy I get the following out put: