views:

40

answers:

0

I have configured multiple LDAP servers as per reference documentation 8.1.1. LDAP Server URLs. I can confirm that if the first server crashes the application starts using successfully the next servers.

However I would need the application to switch back to using the first server in the list when it comes available, even though the other servers would be also working. For instance attempt using the first server once in 30 seconds and move back to using that one when it comes back around.

How should I go around to implement this?