Hi All,
I am using the command (radtest [EMAIL PROTECTED] test localhost 0
testing123) to check proxing in freeradius-0.8.1 after some changes in
the files proxy.conf and radiusd.conf. However, the parser does not
recognize this realm and sends the error (No such realm isp2.com). the
changes I performed in the mentioned files are :
realm isp2.com {
type = radius
authhost = 193.175.133.66:1812
accthost = 193.175.133.66:1813
secret = testing123
}
and then in radiusd.conf...
modules {
preprocess {
huntgroups = ${confdir}/huntgroups
hints = ${confdir}/hints
}
realm suffix {
format = suffix
delimiter = "@"
}
}
authorize {
preprocess
suffix
}
Anyone has an idea about what is going on
Thanks
yacine
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
