How to connect to LDAP using node js? Kindly help with sample code.
I am not able to connect the LDAP as in post https://stackoverflow.com/questions/13134177/connect-ldap-using-node-js-segmentation-fault-error.
How to connect to LDAP using node js? Kindly help with sample code. I
Share
I prefer you node-LDAP.
In your application, you can use following structure
For more detail on search_options you can refer here
Alternative option node-ldapjs is here