How to authenticate Node.js server to LDAP without LDAP.js
I have a project I’m working on that needs to authenticate it’s users using an LDAP request. This project is a webapp with an Express and Node.js backend.
I have a project I’m working on that needs to authenticate it’s users using an LDAP request. This project is a webapp with an Express and Node.js backend.