Hi,
I just want to configure my freeradius server for a authorize failover, but i
failed.
I want:
authorize username in database radius1, if failure, continue authorize
username in database radius2,
but module_authorize not entry into instance sql2 :(
freeradius0.9.2 + rlm_sql_mysql + rlm_pap + rlm_always
radiusd.conf:
modules {
$INCLUDE ${confdir}/sql1.conf -> for a radius_db:
radius1 and User: user1
$INCLUDE ${confidir}/sql2.conf -> for a
radius_db: radius2 and User: user2
always handled {
rcode = handled
}
}
authorize {
redundant {
sql1
sql2
handled
}
when use:
./radauth user1 pass
all is ok.
but when use:
./radauth user2 pass
modcall[authorize]: module "sql2" returns notfound for request 0
modcall: group redundant returns notfound for request 0
modcall: group authorize returns notfound for request 0
I have read doc/configurable_failover, and search and read all posts on the
maillist,
I am not a english native speaker, i really cann't understand something, maybe
somebody
can help me in this case? a example is ok. thx!
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html