-

Hey All,

I want to configure two ldap server's for fail over conditions.

My configuration in the radiusd.conf is...


ldap {
        redundant {
               ldap_primary
               ldap_secondary
               }
       }

....

ldap_primary {
                  ..
                  ..
}
ldap_secondary {
                       ..
                       ..
}

.. When the server gets any access-request packet, it tries to connect to the secondary server. Even though the primary server is reachable, the secondary server is contacted first.

How can i make the radius server to contact primary ldap server first & then the next ldap server ??

Am i missing any configuration??

Could please help me in this regard.

Thanks in advance.
 Sumithra.