Hi,

I have a noobie question:

I am attempting to have my container to point to two of my ldap servers - one primary and one backup - both replicating off of each other.

I've unplugged the network cable from my primary LDAP server to test my poor-man's of failover, but my app in the container seems to be having a hard time to not forget about the primary LDAP server. After a minute or two it seems to have picked up the backup LDAP server, but now I am having to wait every time I type a command.

I see in the container that /etc/nscd.conf has enable-cache for passwd, group, and hosts. Should I be changing the values there to achieve what I want to see in terms of my poor way of a failover test?

Thanks for your help!


--Tony