(RADIATOR) Translating names

2000-04-13 Thread Froilan Mendoza
How do you strip off usernames so that only valid characters([a-z], [0-9], -, _) are left? I did this: RewriteUsernametr/[A-Z]/[a-z]/ RewriteUsername tr/0-9|.|[a-z]|-|_//cd; HOwever, it strips off the dash and underscore from the username: Thu Apr 13 14:01:46 2000: DEBUG: Rewrot

radiator@open.com.au

2000-04-13 Thread Mike McCauley
This one didnt make it either: --- Forwarded mail from [EMAIL PROTECTED] Date: Thu, 13 Apr 2000 17:10:15 +1000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Jan van Nieuwstadt <[EMAIL PROTECTED]>] >From owner-radiator Thu Apr 13

Re: (RADIATOR) Groups

2000-04-13 Thread Hugh Irvine
Hello Colin - On Thu, 13 Apr 2000, colinc wrote: > Hi > > I have been browsing through the archives and the manual regarding > information on setting up groups, it seems to be more confusing to me > than it should. > > However, it seems to me that i would need to setup the groups > authenticat

radiator@open.com.au

2000-04-13 Thread Hugh Irvine
Hello Jan - > > Dear sir, > > We installed /use Radiator-2.12. > Our username/pw is "att-unisource" , "lasute-50". > The package has been installed on a SUN 2.6 system using > almost all default settings, and works fine with one exeption. > > In the documentation (Installation and Reference m

(RADIATOR) dynamic IP allocation, again

2000-04-13 Thread Jesus M Diaz
hi all, my question is easy: is there any new about the dynamic IP allocation whit radiator? thanks Jesus M Diaz <[EMAIL PROTECTED]> Telia Iberia, S.A. Planificación y Diseño de Red Tfno: +34 91 623 2909 Fax: +34 91 623 2950 Úrchive at http://www.starport.net/~radiator/ Announcements on [E

radiator@open.com.au

2000-04-13 Thread Joost Stegeman
Jan, There were some errors in the doc's on this issue. They have been corrected in the newer versions. >From an earlier mail to the list: You access the parameters like this: # get the parameters passed to this hook my $p = ${$_[0]}; # current request packet my $rp = ${$_[1]}

(RADIATOR) How to disable a user

2000-04-13 Thread Stephen Chen
Title: How to disable a user Other than changing the password or removing the user from the users list, is there any other way to temporarily disable a user? What we're trying to do is sell dialup access as value added service in addition to our DSL service.  Therefore, we need to be able to

(RADIATOR) Error when running radiusd

2000-04-13 Thread Richard Barnes -Listserv
I'm installing Radiator on a Solaris7 machine... (it's actually going to be a secondary authenticator) I think I have everything installed and working, but when I start the radiusd program, I get the following error: Error: creating socket: Bad file number I've modified my /etc/services file,

RE: (RADIATOR) Translating names

2000-04-13 Thread Mike Nerone
Well you di put those characters in tr's delete list, so I suppose it would delete them. :) At any rate, it would be much more efficient to do it with s/// instead: RewriteUsername tr/[A-Z]/[a-z]/ RewriteUsername s/[^0-9_-]+//g Mike Nerone Network Operation

(RADIATOR) HELP!

2000-04-13 Thread Mike McCauley
Forwarded by hand: --- Forwarded mail from [EMAIL PROTECTED] Date: Fri, 14 Apr 2000 00:40:12 +1000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [admin <[EMAIL PROTECTED]>] >From owner-radiator Fri Apr 14 00:40:08 2000 Received:

Re: (RADIATOR) How to disable a user

2000-04-13 Thread Joel Michael
Title: How to disable a user since you are authenticating against an SQL database, you could just create a column in the table that has your authentication details called something like auth_dialup_flag as a boolean type (i don't know the exact Oracle syntax, i use Informix ;), and set it to

Re: (RADIATOR) HELP!

2000-04-13 Thread tom minchin
On Fri, Apr 14, 2000 at 08:27:37AM -0500, Mike McCauley wrote: > To: [EMAIL PROTECTED] > Subject: HELP! > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; charset=us-ascii > Content-Length: 702 > > I was having some trouble with my 3Com TC yesterday after installing 2 > additional Hipe

Re: (RADIATOR) dynamic IP allocation, again

2000-04-13 Thread Hugh Irvine
Hello Jesus - On Thu, 13 Apr 2000, Jesus M Diaz wrote: > hi all, > > my question is easy: is there any new about the dynamic IP allocation whit radiator? > And the answer is easy - there is a new SQL-based dynamic IP address allocation feature that we are looking for testers for now. If you w

(RADIATOR) Simultaneous use

2000-04-13 Thread Raju M. Daryanani
Is it possible to set up Radiator so that maxsessions can be enforced across iPass as well as local dial-up? TIA, Raju _ Raju M. Daryanani Senior Project Manager _ Asia Internet Ltd  http://www.asiainter.net/

Re: (RADIATOR) Error when running radiusd

2000-04-13 Thread Hugh Irvine
Hello Richard - On Fri, 14 Apr 2000, Richard Barnes -Listserv wrote: > I'm installing Radiator on a Solaris7 machine... (it's actually going to be > a secondary authenticator) > > I think I have everything installed and working, but when I start the > radiusd program, I get the following error:

Re: (RADIATOR) Simultaneous use

2000-04-13 Thread Hugh Irvine
Hello Raju - On Fri, 14 Apr 2000, Raju M. Daryanani wrote: > Is it possible to set up Radiator so that maxsessions can be enforced across > iPass as well as local dial-up? > Sure. Use either MaxSessions in the realm, or DefaultSimultaneousUse in the AuthBy. hth Hugh -- Radiator: the most