In the relam already enable the ntdomain,
realm ntdomain {
        format = prefix
        delimiter = "\\"
}

in the proxy.conf
realm H1 {
       type             = radius
        nostrip
        authhost        = 1.2.3.4:1812
       accthost        = 1.2.3.4:1813
       secret          = secret1
        retry_delay = 3
        retry_count = 1
}

Work for us...@h1 (get proxy to H1 realm) but not H1\user1(does NOT get
proxy to H1 realm instead go to NULL realm). Can advise and thanks.


On Wed, Dec 16, 2009 at 8:37 AM, green green <[email protected]> wrote:

> Thanks for the reply. As detailed in my previous email, us...@h1 work (get
> proxy to H1 realm) but not the windows H1\user1 (it does NOT get proxy to H1
> realm, instead get to the NULL realm). Can advise and thanks.
>
>
> On Wed, Dec 16, 2009 at 8:32 AM, <[email protected]> wrote:
>
>> > can advise how to rewrite the username in domain\user to u...@domain so
>> > that
>> > the realm can be done to proxy the radius request to the upstream radius
>> > server.
>> >
>> > or no rewrite of username is need. can the freeradius proxy based on
>> > domain\user which domain\ can be use as realm to radius proxy to
>> upstream
>> > radius server.
>>
>> No rewrite needed. Enable ntdomain. It's in configuration just below
>> suffix (which deals with n...@domain usernames).
>>
>> Ivan Kalik
>>
>> -
>> List info/subscribe/unsubscribe? See
>> http://www.freeradius.org/list/users.html
>>
>
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to