abstract
This project presents the design and implementation of a Lightweight Directory Access Protocol (LDAP) proxying service deployed within a containerized environment. The service accepts incoming LDAP requests and forwards them to one or more target servers, aggregating all the responses of the single servers into one. Its primary use case is the consolidation of multiple Active Directory domains, allowing authentication queries to be executed from a single entry point while transparently returning results as if all users resided within the same domain. While remaining online, the service can be configured through a control panel web app accessible to the administrators, which will be able to add and remove servers and clients.
outcomes