Upgrading Realms
Jeffrey Froman
openldap.tcijf at olympus.net
Sat Oct 29 00:10:13 CEST 2005
Hi,
I have a working installation of freeradius 0.9, and I am attempting to
migrate my configuration to freeradius-1.0.4 on a newer server.
Authentication for the local domain is working fine, but there is a problem
with way realms are being handled.
In huntgroups, I have the following:
MyHunt Client-IP-Address == "192.168.1.12", Realm == "star.my.com"
and in proxy.conf:
realm star.my.com {
type = radius
authhost = LOCAL
accthost = LOCAL
}
radiusd uses LDAP for authentication, with a filter that includes:
(objectClass=%{Huntgroup-Name})
Under freeradius-0.9, when handling a request for user at star.my.com, this
filter is expanded to:
(objectClass=MyHunt)
But under 1.0.4 I get:
(?=undefined)
Any ideas as to why this is happening, or what updates need to be made to my
configuration?
Thank you,
Jeffrey
More information about the Freeradius-Users
mailing list