Hello, everyone
My web application is multi-tenant and each client requires that its users log in to the application with authentication of their respective LDAP (Windows Active Directory) servers. How to programmatically connect to a remote LDAP server and extract information from that server?
Just a question: Where in the code are the connection parameters to the LDAP server (such as host, port, credentials, etc.) obtained and processed?