The nss-ldap module allows you to have your user information
in a LDAP server. Within the module you can select some
options on how to connect to the LDAP server:
hard, use an exponential back-off when connection, waiting up to 64 seconds before trying a different server.soft, when the server is not responding give up immediately.
The problem is, both are insufficient…
With soft you don’t have any benefits for your backup LDAP server.
With the hard policy you can failover to the second (or third) server,
but when you boot the machine (and it does not have networking) you are
stuck with the exponential back-off. This can mean that booting a server
can take a couple of hours: every uid lookup will take 64 seconds.