<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1">Hi all,<br>
      <br>
      <font size="-1"><font size="-1">I'm trying to do failover<font
            size="-1"> using redundant section but it seems not working:<br>
            <br>
            <font size="-1">file : <font size="-1">si<font size="-1">te-enable/eduroam
                  (<font size="-1">here the </font>redu<font size="-1">ndant
                    section wor<font size="-1">ks fine)</font></font><br>
                  <font size="-1">authorize {<br>
                        preprocess<br>
                        if ("%{User-Name}" == "L3Test") {<br>
                           redundant {    <br>
                               sql_l3Test <br>
                               files<br>
                           }<br>
                        }   <br>
                        mschap<br>
                        suffix<br>
                        eap {<br>
                            ok = return<br>
                        }<br>
                        pap<br>
                    }<br>
                    authenticate {<br>
                        Auth-Type PAP {<br>
                            pap<br>
                        }<br>
                        Auth-Type CHAP {<br>
                            chap<br>
                        }<br>
                        Auth-Type MS-CHAP {<br>
                            mschap<br>
                        }<br>
                        eap<br>
                    }<br>
                    preacct {<br>
                        preprocess<br>
                        acct_unique<br>
                        suffix<br>
                        files<br>
                    }<br>
                    accounting {<br>
                        detail<br>
                        radutmp<br>
                        sql_acct<br>
                        exec<br>
                        attr_filter.accounting_response<br>
                    }<br>
                    session {<br>
                        radutmp<br>
                    }<br>
                    post-auth {<br>
                        exec<br>
                        Post-Auth-Type REJECT {<br>
                            attr_filter.access_reject<br>
                        }<br>
                    }<br>
                    pre-proxy {<br>
                    }<br>
                    post-proxy {<br>
                        eap<br>
                    }<br>
                  </font><br>
                  <br>
                </font></font></font></font></font></font></font><br>
    <font size="-1"><font size="-1"><font size="-1"><font size="-1"><font
              size="-1">file : <font size="-1">si<font size="-1">te-enable/eduroam-inner-tunnel
                  <font size="-1">where the </font>redu<font size="-1">ndant
                    section doesn't wor<font size="-1">k<br>
                      <font size="-1">server eduroam-inner-tunnel {<br>
                        listen {<br>
                               ipaddr = 127.0.0.1<br>
                               port = 18120<br>
                               type = auth<br>
                        }<br>
                        authorize {<br>
                            chap<br>
                            mschap<br>
                            suffix<br>
                            update control {<br>
                                   Proxy-To-Realm := LOCAL<br>
                            }<br>
                            eap {<br>
                                ok = return<br>
                            }<br>
                            redundant {<br>
                                ldap<br>
                                sql_auth<br>
                            }<br>
                            pap<br>
                        }<br>
                        authenticate {<br>
                            Auth-Type PAP {<br>
                                pap<br>
                            }<br>
                            Auth-Type CHAP {<br>
                                chap<br>
                            }<br>
                            Auth-Type MS-CHAP {<br>
                                mschap<br>
                            }<br>
                            eap<br>
                        }<br>
                        session {<br>
                            radutmp<br>
                        }<br>
                        post-auth {<br>
                            Post-Auth-Type REJECT {<br>
                                attr_filter.access_reject<br>
                            }<br>
                        }<br>
                        pre-proxy {<br>
                        }<br>
                        post-proxy {<br>
                            eap<br>
                        }<br>
                        }<br>
                      </font><br>
                      <font size="-1">Maybe it is not possible<font
                          size="-1">?<br>
                          <font size="-1">Thanks<font size="-1">.</font></font><br>
                        </font></font><br>
                    </font></font></font></font></font></font></font></font></font>
  </body>
</html>