PROBLEM! ...

I am using the rewrite rules

RewriteUsername   s/^([^@]+).*/$1/
RewriteUsername   tr/A-Z/a-z/

it works fine and lets the user log in ... but i go and check my accounting
radius server (another machine running livingston radius) and it has a START
record for the user "MHz" which was supposed to be "mhz" ... so the rewrite
rules let the user log in but did not correctly send his rewrote userid ...
any ideas?  run radiator on the accounting machine also?


----- Original Message -----
From: Stephen Roderick <[EMAIL PROTECTED]>
To: Jamie Orzechowski <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 15, 1999 3:02 PM
Subject: Re: your mail


> On Thu, 15 Apr 1999, Jamie Orzechowski wrote:
>
> > Hi There ... I was wondering if anyone had a config for me that will
convert
> > all usernames to lowercase and also strip off anything after (and
including)
> > the @ symbol ... some people try and login with their [EMAIL PROTECTED]
which
> > will not work ... it will have to do the converting of the name before
it is
> > sent to the accounting server so that it will be accounted for properly
...
> > any ideas?
>
>     RewriteUsername   s/^([^@]+).*/$1/
>     RewriteUsername   tr/A-Z/a-z/
>
> Steve
>
>


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to