Hey All,<br><br>I want to configure freeradius server to use redundant ldap servers.<br><br>My configuration is: <br>authorize {<br>    preprocess<br>    #etc_passwd<br>    #etc_group<br>    chap<br>    mschap<br>    suffix_oblic
<br>    prefix_oblic<br>    suffix_at<br>    prefix_at<br>    suffix_percent<br>    prefix_percent<br>    files<br>    redundant{<br>            ldap_primary<br>            ldap_secondary<br>        }<br>    eap<br>}<br><br>
authenticate {<br>    Auth-Type PAP {<br>        pap<br>    }<br><br>    Auth-Type CHAP {<br>        chap<br>    }<br><br>    Auth-Type MS-CHAP {<br>        mschap<br>    }<br><br>    Auth-Type LDAP {<br>        redundant {
<br>            ldap_primary<br>            ldap_secondary<br>        }<br>    }<br><br>    #unix<br>    eap<br>}<br><br>ldap ldap_primary {<br>....<br>..<br>}<br><br>ldap ldap_secondary {<br>..<br>..<br>}<br><br><br>The free radius server is keep on sending the request to secondary server, even though the primary server is reachable.
<br><br>Could you plz guide me where am i missing the configuration ? <br><br>Any other attribute needs to be defined inside redundant module ?<br><br>Awaiting for your earliest reply.<br><br>Thanks,<br>Sumi<br>