Hi
I configured a load balancing ldap service behind a Kemp LoadMaster but the ldap authentication try to use all the real servers configured for my Active Directory. Let me explain precisely.
Our real Active Directory Servers IP are:
192.168.1.1
192.168.1.2
192.168.1.3
192.168.1.4
My LoadBalancer's LDAP Servce IP address is:
192.168.15.1
Which references all my real servers
My CAS server has the IP address 192.168.24.100 and does not have access to the real servers but only the LoadBalancer's LDAP Service IP address 192.168.15.1.
The configuration properties define the ldapUrl to 192.168.15.1
When I try to authenticate on the CAS server, the server try to connect to all my real servers.
Does someone had the same problems and correct this?