Can anyone tell me if this is a possibility?? Using hints, or otherwise.
(refer to the forwarded message)
Thanks in advance!
Darren Nay - [EMAIL PROTECTED]
----- Original Message -----
From: "Darren Nay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 27, 2002 2:57 PM
Subject: Hints & ProxyHello all,
I haven't used hints much in the past but I am wondering if it might be
possible to use them for proxying certain requests to a secondary radius.
Or if there is possibly another way (besides hints) that this could be
accomplished.
For example. We have a realm hosted on one radius, and would like toproxysome of the requests for that realm to another radius, but have some still
authenticating on the primary radius.. say for example, all of the users
with a prxy- prefix (ie. [EMAIL PROTECTED]) would be sent to thesecondaryradius for authentication. A username without the prefix though wouldstillauthenticate on the primary radius. Make sense?
Is this is a possibility? And, if so, is there some documentation on it
somewhere? I haven't had much luck finding any relevant docs.
Thanks for any help that can be provided!
Darren Nay - [EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Actually this is failry easy, use the null realm and configure it as local for the accounts to be authenticated locally
realm NULL {
type = radius
authhost = LOCAL:1645
accthost = LOCAL:1646
notrealm
}
realm realm.com{
type = radius
authhost = thathost:1645
accthost = thathost:1646
}
Now I have a question for you all, have you noticed memoty leaks with freeradius , I have one whose RSS gets close to 140M in a single day
I restart it every 3 days or so.
