Re: (RADIATOR) rewriting usernames

1999-10-31 Thread Lon R. Stockton, Jr.
On Sun, 31 Oct 1999, Chris M wrote: Remember that Regex matching in general (and RewriteUsername in specific) is sloooww. That depends on the machine that they are running on :) Well, slow is indeed a relative term. (: It definitely happens, lowers our tech support calls by about

Re: (RADIATOR) rewriting usernames

1999-10-31 Thread Lon R. Stockton, Jr.
On Mon, 1 Nov 1999, David S. Madole wrote: To answer the original request, the following will strip any "xxx\" prefix, any "@xxx" suffix, and any leading or trailing spaces: # make life easier for our customers RewriteUsername s/^.*\\|@.*$|^\s+|\s+$//g This is a gem, much

Re: (RADIATOR) LQQK 279

1999-08-31 Thread Lon R. Stockton, Jr.
Another happy Radiator user, I assume? *grin* On 31 Aug 1999 [EMAIL PROTECTED] wrote: http://www.cashporn.com/menslair/ === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message. ===

(RADIATOR) New USR radius attributes

1999-08-27 Thread Lon R. Stockton, Jr.
FYI, here's new radius attributes for the USR dictionary. -- Forwarded message -- Date: Sun, 22 Aug 1999 21:03:28 -0500 (CDT) From: Tatai SV Krishnan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: (usr-tc) Radius Attributes Authentication:

Re: (RADIATOR) Radmin Adding Users

1999-08-12 Thread Lon R. Stockton, Jr.
On Fri, 13 Aug 1999, Paul Black wrote: The second problem is that chpasswd takes its input on STDIN. Is the code below (currently commented out) correct to do this? Here's the code snippet from my perl script that adds users... # ### generate and set password for new user. Uses 'chpasswd'

Re: (RADIATOR) Timestamp and mySQL datetime

1999-08-02 Thread Lon R. Stockton, Jr.
On Tue, 3 Aug 1999, David Booth wrote: I collect stop records and insert into a mySQL table. I want a column for intime (type datetime) that should be: intime = Timestamp - Acct-Session-Time I'm using a temp table for the radius log and a mySQL INSERT to my table because when I try to

(RADIATOR) check/reply items

1999-03-16 Thread Lon R. Stockton, Jr.
Beginning to work on getting my Radiator to do the authentication, and would be interested in hearing how people handled things (if they have a situation similar to the one I describe below). Auth with be done by SQL. I'm going to have to give a for-example or two * My NAS reports the

Re: (RADIATOR) Question: Authenticate by unix, but use SQL accounting?

1999-03-10 Thread Lon R. Stockton, Jr.
On Wed, 10 Mar 1999, mike grommet wrote: For management purposes, I would like to be able to keep my authentication working as it is with my unix users file, but I would like to store all accounting information, and session limit stuff in a SQL database... 'Tis what I'm doing at the

Re: (RADIATOR) Assigning IP adresses from radius?

1999-03-10 Thread Lon R. Stockton, Jr.
On Wed, 10 Mar 1999, mike grommet wrote: Boy, its a day for questions from little me. I am experiencing problems trying to assign a static IP number to a user upon login. Investigate the UseAddressHint keyword...make sure it's doing what you think it's doing... === To unsubscribe, email

Re: (RADIATOR) Realms based on prefix?

1999-03-10 Thread Lon R. Stockton, Jr.
RTFM. Did you even read the docs at all? The example config file that came with radiator shows how to do exactly what you're talking about. Investigate the RewriteUsername keyword. On Wed, 10 Mar 1999, Oscar Garzon wrote: Is there any way in Radiator to identify a realm based not on the

(RADIATOR) timestamp

1999-03-01 Thread Lon R. Stockton, Jr.
I've got radiator configged to only do auth stops, and to stash the info with SQL. One of my colums is thus: AcctColumnDef STOPTIME,Timestamp,integer-date My database is PostgresSQL (running under Linux), and the column is defined as 'STOPTIME timestamp not null'. Everything is