You don't have a realm that matches the domain name you're using to
authenticate for : dfn.de

//anders

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
g] On Behalf Of Hans Bornemann
Sent: 02 June 2008 14:31
To: FreeRadius users mailing list
Subject: Re: "looking" into local db after Realm Default was found

Yes, that is what I want: send all requests to the radius of dfn.de,
except for "tu-dortmund.de". whats wrong?

proxy.conf:


#
realm NULL {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}
#
# tu-dortmund.de lokal behandeln
#
realm tu-dortmund.de {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}       
#
#  This realm is for ALL OTHER requests.
#
realm DEFAULT {
        type            = radius
        authhost        = radius1.xyz.de:1812
        accthost        = radius1.xyz.de:1813
        secret          = xxxxxxx
        nostrip
}
realm DEFAULT {
        type            = radius
        authhost        = radius2.xyz.de:1812
        accthost        = radius2.xyz.de:1813
        secret          = xxxxxxx
        nostrip
}




On Mon, 2008-06-02 at 13:29 +0100, Ivan Kalik wrote:
> >    rlm_realm: Looking up realm "dfn.de" for User-Name =
> >"[EMAIL PROTECTED]"
> >    rlm_realm: Found realm "DEFAULT"
> 
> Realm dfn.de is not defined in proxy.conf. Realm DEFAULT is activated.
> 
> Ivan Kalik
> Kalik Informatika ISP
> 
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-- 
Hans Bornemann
Universitaet Dortmund - ITMC
Tel. ++49 231 755 2132  Fax. ++49 231 755 2731

-
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