redundant with ldap and sql not working
Hocine M
hocine.maoucha at free.fr
Fri Nov 9 17:46:05 CET 2012
Hi all,
I'm trying to do failoverusing redundant section but it seems not working:
file : site-enable/eduroam (here the redundant section works fine)
authorize {
preprocess
if ("%{User-Name}" == "L3Test") {
redundant {
sql_l3Test
files
}
}
mschap
suffix
eap {
ok = return
}
pap
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
eap
}
preacct {
preprocess
acct_unique
suffix
files
}
accounting {
detail
radutmp
sql_acct
exec
attr_filter.accounting_response
}
session {
radutmp
}
post-auth {
exec
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
pre-proxy {
}
post-proxy {
eap
}
file : site-enable/eduroam-inner-tunnel where the redundant section
doesn't work
server eduroam-inner-tunnel {
listen {
ipaddr = 127.0.0.1
port = 18120
type = auth
}
authorize {
chap
mschap
suffix
update control {
Proxy-To-Realm := LOCAL
}
eap {
ok = return
}
redundant {
ldap
sql_auth
}
pap
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
eap
}
session {
radutmp
}
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
pre-proxy {
}
post-proxy {
eap
}
}
Maybe it is not possible?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20121109/cd2c2e5f/attachment-0001.html>
More information about the Freeradius-Users
mailing list