Proxy Question

Reynold McGuire rmcguire at suffolk.edu
Fri Apr 21 21:16:29 CEST 2006


Ok.

I can see that... Now what about the syntax problem? :) 

-R
 
-----Original Message-----
From: freeradius-users-bounces+rmcguire=suffolk.edu at lists.freeradius.org
[mailto:freeradius-users-bounces+rmcguire=suffolk.edu at lists.freeradius.org]
On Behalf Of Phil Mayers
Sent: Friday, April 21, 2006 1:22 PM
To: FreeRadius users mailing list
Subject: Re: Proxy Question

Bjørn Mork wrote:
> "Reynold McGuire" <rmcguire at suffolk.edu> writes:
> 
>> How can I get freeRadius to see "domain.com\username" and convert 
>> that to "username at domain.com" and proxy that off?
> 
> If you need both styles:
> 
> modules {
>         ..
>         realm suffix {
>                 format = suffix
>                 delimiter = "@"
>                 ignore_default = no
>                 ignore_null = yes
>         }
>         realm ntdomain {
>                 format = prefix
>                 delimiter = "\\"
>                 ignore_default = no
>                 ignore_null = yes
>         }       

Correct me if I'm wrong, but that definitely WON'T work. You've got
"ignore_null = yes" set on both, therefore the first one will always match.
e.g.

request: User-Name = "DOM\user"
suffix: NULL realm found Stripped-User-Name = "DOM\user" Realm = "NULL"

You can only set ignore_null = yes on ONE of the modules. The 2nd will never
run otherwise.
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html





More information about the Freeradius-Users mailing list