@linmar,
If your ldap only listens to 127.0.0.1, it means your /etc/hosts file is wrong.
Don't put your hostname in 127.0.0.1, let 127.0.0.1 as localhost.localdomain.
Put your hostname in the ip address of your NIC, such as:
192.168.0.250 masterldap.yourdomain.com backupldap
That way your ldap will listen on 192.168.0.250
I hope this helps. I learnt it the hardway
