I am attempting to configure a system that will allow me to search an active directory via an LDS instance.
So far I have:
- One Windows 10 machine with the LDP client installed
- One virtual Windows Server 2016 machine with an AD and domain controller
- One virtual Windows Server 2016 machine with an LDS instance
The server hosting the LDS instance has been added to the same domain as the domain controller allowing me to bind to users within the AD via LDAP.
However I am unable to search for users despite being bound to a user in the active directory I am attempting to search. The issue appears to relate to LDAP referrals, such that if I add the IP address and domain of the AD to the hosts file on the client machine, the LDP client will successfully find the users in the AD. If I remove the entry from the hosts file the LDP client no longer seems to be able to resolve the domain name.