Re: (RADIATOR) RADWHO.CGI and RADACCT.CGI

1999-11-02 Thread Hugh Irvine
Hello Asif - On Tue, 02 Nov 1999, Asif wrote: > >%_I am trying to get radacct.cgi and radwho.cgi working. Let me tell one thing, i am not familiar with PERL. when I try to run those cgis it doesnot connect to the mysql database and just a blank page appears... with the headers thats it... >

Re: (RADIATOR) Null's in accounting DB

1999-11-02 Thread John Vorstermans
This is a known issue with the MAX and TNT. I had this discussion several months ago and managed to work through it with Mike and an Josh Bailey and Engineer for Ascend. Here was the outcome: Sending stop only for failed connections is customary Ascend behaviour - it's been done for many year

(RADIATOR) Acct-Terminate-Cause

1999-11-02 Thread Asif
hi,   i am running radiator on Solaris 7. the authentication method is thru the mysql database. radiator does not properly insert the values for Acct-Terminate-Cause into the Accounting table. It only records the following...   User-Request Session-Timeout Idle-Timeout Lost-Carrier   and oth

(RADIATOR) Posible mistake in SessDBM.pm

1999-11-02 Thread Felix Izquierdo
Hi! I'm trying to modify SessDBM.pm in order to use an specific DBM format. I've seen that in the code there are function calls using AnyDBM_File instead of the value in $dbtype. It seems an error. Cheers. Félix __ DATAGRAMA

Re: (RADIATOR) Acct-Terminate-Cause

1999-11-02 Thread tom minchin
On Tue, Nov 02, 1999 at 02:04:21PM +0300, Asif wrote: > hi, > > i am running radiator on Solaris 7. the authentication method is thru the mysql >database. radiator does not properly insert the values for Acct-Terminate-Cause into >the Accounting table. It only records the following... > > User

(RADIATOR) Accounting

1999-11-02 Thread Anura Abayaratne
Hi there, We have installed radiator 2.14.1 on BSDI 4.0.1. there, we have a probem in writing accounting detail on Acctlog file, when I login through PM2. But when I use radpwtst, then It correctly writes all the accounting on relavant AcctFile. If someone can help me on this, It would be very a

(RADIATOR) Question

1999-11-02 Thread Kelly Hamlin
Im running Platypus, and SQL 7.0 on NT. Does the latest version of radiator have support for SQL 7.0? Im wanting to move from livingston radius to this radius server. Also Would it be easier and make more sense to setup radiator on the NT machine that SQL is on or use DBD-ODBC from the Redhat Mach

Re: (RADIATOR) Null's in accounting DB

1999-11-02 Thread Cortney Thompson
John, Thanks for the insight into this problem. I really appreciate it. It sounds like you know your ascend equipment. Thanks again for all the help!! At 10:15 PM 11/2/99 +1300, you wrote: This is a known issue with the MAX and TNT. I had this discussion several months ago and managed to

SV: (RADIATOR) Auth by Java Class

1999-11-02 Thread Christopher Andersson
Hello everybody! > > > > I need to authenticate my users by calling a class in a java program. > > > > I suppose it would be possible using Auth By External, but in that > > > > case a new instance of the java program would be created for every I've decided to go with the TCP-socket approach.

(RADIATOR) Radiator Overheats

1999-11-02 Thread Andrew Kaplan
What are people doing to ensure that Radiator is always running. I'm having bad luck with restart wrappers. Unfortunately, Im not a perl programmer. But has anyone written a perl script that would test to see if radiator was running (say run the radpwtst if it fails run ps aux | grep rad) and then

Re: (RADIATOR) Radiator Overheats

1999-11-02 Thread Aaron Holtz
I run a cronjob every 2 minutes (kinda often, but it's not really service impacting) called radmon.sh: PATH=:/bin:/usr/bin:/usr/ucb:/usr/etc hostname=`hostname` admin="[EMAIL PROTECTED]" # A little lock file for me to use when I'm testing stuff to # keep this script from working if [ -f /home/s

(RADIATOR) SessionDatabase Question

1999-11-02 Thread Kevin Fowler
Hello, We have multiple groups of customers authenticating out of multiple databases with some of the usernames being the same. They need to be able to authenticate with realms and without realms. The problem is with the SessionDatabase. All of the following example username and password pa

(RADIATOR) Service-Type = NAS-Prompt-User frustrations

1999-11-02 Thread Neale Banks
Greetings all, With Radiator authenticating to a flat file, and given an entry: ---8<--- neale Auth-Type = "System" Service-Type = NAS-Prompt-User ---8<--- with the dictionary

Re: (RADIATOR) Posible mistake in SessDBM.pm

1999-11-02 Thread Mike McCauley
Hello Felix, you are correct, it is an error. It has been fixed for the next release. Thanks for reporting it to us. Cheers. On Nov 2, 12:36pm, Felix Izquierdo wrote: > Subject: (RADIATOR) Posible mistake in SessDBM.pm > > Hi! > > I'm trying to modify SessDBM.pm in order to use an specific DBM

Re: SV: (RADIATOR) Auth by Java Class

1999-11-02 Thread Mike McCauley
On Nov 2, 4:58pm, Christopher Andersson wrote: > Subject: SV: (RADIATOR) Auth by Java Class > > > Hello everybody! > > > > > > I need to authenticate my users by calling a class in a java program. > > > > > I suppose it would be possible using Auth By External, but in that > > > > > case a new in

Re: (RADIATOR) SessionDatabase Question

1999-11-02 Thread Mike McCauley
Hi Kevin, The default behaviour for the session databases is to log the _original_ username prior to any RewriteUsername In that case of SQL SessionDatabase, it is easy to alter the configuration so it uses whatever you want as the username. You would probably want to change AddQuery and CountQu

Re: (RADIATOR) Service-Type = NAS-Prompt-User frustrations

1999-11-02 Thread Mike McCauley
Hi Neale, in your users file, Service-Type looks like a _check_ item, not a reply item. There is no comma between the Auth-Type and Service-Type entries. So its probably checking that the request is for NAS-Prompt-User, but the reply does not specifiy Service-Type = NAS-Prompt-User. Ciscos are ve

(RADIATOR) Client-Id example

1999-11-02 Thread Chris M
Can anyone provide an example of how the Client-Id feature works?  I am trying to use it as a Check Item and apparently the regexp is bad   All I want to do is have an entry of the form:   userbob    Auth-Type = System, Client-Id = /*peakpeak\.com/   The idea here being that the Client (the

Re: (RADIATOR) Client-Id example

1999-11-02 Thread Mike McCauley
Hello Chris, Client-Id check items check whether the request came through a particular clause. So if you have Client-Id=, it will only trigger for request that come through the clause. I see 2 problems with what you have. 1. Looks like you dont have the latest version of AuthGeneric.pm. T

Re: (RADIATOR) Service-Type = NAS-Prompt-User frustrations

1999-11-02 Thread Neale Banks
Hi Mike, > in your users file, Service-Type looks like a _check_ item, not a reply item. > There is no comma between the Auth-Type and Service-Type entries. So its > probably checking that the request is for NAS-Prompt-User, but the reply does > not specifiy Service-Type = NAS-Prompt-User. Ciscos

(RADIATOR) Simultaneous-Use Freezes!

1999-11-02 Thread Sergio Gonzalez
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hi there. Somebody can tell me how to make a flush of the internal user table radiator maintains when using simultaneous-use?.. I got someone hooked and I can't make it hang up... Exists some method to hang up someone wi

(RADIATOR) cleartext -vs- encrypted

1999-11-02 Thread Steven E. Ames
I have a lot of old password databases that are encrypted passwords. We'd like all of the databases to end up cleartext... so... some of the records have both. RADIATOR seems to give precedence to the encrypted version. What do I tweak to get the precedence to go the other way? Using Authby LDAP

(RADIATOR) Not able to trap passwords...

1999-11-02 Thread Brian Morris
Hi Folks, I am trying to trap user passwords using PasswordLogFileName... but it is not working, can anyone tell me why? My config info appears below and any assistance would be appreciated # Strip the realm so we can auth with the bare user name # in the users file RewriteUsername s/^(