(RADIATOR) AuthSQL + Informix Universal Server not playing nice

2000-02-16 Thread Joel Michael
t to do about it? if you need any more information (e.g. config files, etc) to help me with this problem, don't hesitate to contact me :) tia --- Joel Michael Junior System Administrator Diggy Internet Services 90 Petrie Terrace Brisbane Qld 4000 Ph: +61 7 3367 3555 Fax: +61 7 3367 3544

Re: (RADIATOR) stripping spaces off username

2000-03-16 Thread Joel Michael
/ RewriteUsername s/ $// a simple little perl script to test your regexes would be something like the following: #!/usr/bin/perl -w $regex1 = '^ '; $regex2 = ' $'; $username = ' someusernamewithspaces '; $username =~ s/$regex1//; $username =~ s/$regex2//; print &quo

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

(RADIATOR) infinite loop on bad password

2000-07-04 Thread Joel Michael
^@]+).*/$1/ MaxSessions 5 AcctLogFileName %L/acc.log Filename %D/diggyusers.db any help, or any suggestions on how to do this better would be greatly appreciated! --- Joel Michael System Administrator

Re: (RADIATOR) infinite loop on bad password (fixed)

2000-07-04 Thread Joel Michael
- Original Message - From: "Hugh Irvine" <[EMAIL PROTECTED]> To: "Joel Michael" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 6:14 PM Subject: Re: (RADIATOR) infinite loop on bad password > > How strange, your database

Re: (RADIATOR) Feedback - MySQL and Case sensitivity

2000-12-19 Thread Joel Michael
ill not match the last example you gave, but it will return a result with trailing spaces (at least on varchar fields anyway), returning a result for the second example. I'm not sure about Oracle, or MS-SQL server, as I've never used them. Anyone care to throw something in about how thes

RE: (RADIATOR) Monitoring with WhatsUp Gold

2001-04-16 Thread Joel Michael
t is the cost. It's free. The worst part is configuring it for the first time, the config file syntax looks very strange at first, but you learn it quickly enough. -- Joel Michael Systems Administrator Worldhosting.org Ph: +61 7 3367 3555 Fax: +61 7 3367 3544 === Archive at http://www.star

Re: (RADIATOR) scalability / performance

2001-05-14 Thread Joel Michael
ad and custom-built auth/accounting tables, load around 15% while testing) takes 49 seconds to do that much: real0m49.215s user0m9.970s sys 0m0.440s -- Joel Michael Systems Administrator Worldhosting.org Ph: +61 7 3367 3555 Fax: +61 7 3367 3544 === Archive at http://www.open.com.au/