On Nov 27, 2007 9:40 PM, Robert Graham <[EMAIL PROTECTED]> wrote:

> Hi all
>
> I am a newbie to freeradius and I have searched the internet and all the
> documentation I can find, however I cannot find a simple solution to the
> following problem.
>
> I want to have the freeradius server act as a proxy and receive radius
> requests in the form [EMAIL PROTECTED] but then pass these requests to another
> server that needs to have the request in domain\user format.
>
> It would seem to be a simple format issue which you should be able to
> create
> an output template or something but I don't have a clue.
>
> Running freeradius v 1.188.2.4.2.12
>
>
> Rob Graham
>

Hey Rob - I'd first upgrade to 1.1.7.

I think you can put:

    DEFAULT User-Name =~ "^([EMAIL PROTECTED])@realm.com", NAS-IP-Address == 
"127.0.0.1"
         User-Name := "%{1}\realm.com"


http://wiki.freeradius.org/Adding%2C_Removing%2C_Modifying_Attributes_for_further_processing



-- 
Nicholas Hall
[EMAIL PROTECTED]
262.208.6271
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to