-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This module isn't compatible with Node 0.12 #13
Comments
Any information on why? |
There was some native api breaking changes in node 0.12 that cause the "ldapjs" package to break and it wasn't fixed yet. Try
on node version 0.12.x and see that the native function calls are incorrect and you get errors during installing. |
ok thanks, when ldapjs/node-ldapjs/issues/266 is fixed then ill update this if there are are api changes |
I'm creating my first web app and I need an ldap module for authentication and authorization to use certain buttons in forms. I was planning on using this but with the latest version of node, it is not possible. Should I downgrade node to use this module or find an alternative module to use with the latest node? Update: I found an alternative: sudo npm install --save passport-ldapjs |
No description provided.
The text was updated successfully, but these errors were encountered: