we are a small isp that has some problems with a few users where they are
using their email address rather then there username (username bob, email
[EMAIL PROTECTED]) and
as per an earlier email i added
> DEFAULT LOCAL
to the realms file to cause it to trim email addresses off and notice that
realms has
#
# THIS FILE IS DEPRECATED.
#
# You should NOT be using this file to configure the server.
# It is here ONLY for backwards compatibility.
#
# See 'proxy.conf' for the new configuration.
i made what i thought was the same edit to the proxy.conf file
realm DEFAULT {
type = radius
authhost = LOCAL
accthost = LOCAL
}
and made sure
realm suffix {
format = suffix
delimiter = "@"
}
was in the radiusd.conf
but its still not trimming the names, and i changed it to
proxy_requests = yes
just incase that was the problem
what is the next thing(s) i should look at to try to get this working?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html