Skip to content
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

Open
oronbz opened this issue May 15, 2015 · 4 comments
Open

This module isn't compatible with Node 0.12 #13

oronbz opened this issue May 15, 2015 · 4 comments

Comments

@oronbz
Copy link

oronbz commented May 15, 2015

No description provided.

@mintbridge
Copy link
Owner

Any information on why?

@oronbz
Copy link
Author

oronbz commented May 15, 2015

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

npm install passport-ldap

on node version 0.12.x and see that the native function calls are incorrect and you get errors during installing.

@mintbridge
Copy link
Owner

ok thanks, when ldapjs/node-ldapjs/issues/266 is fixed then ill update this if there are are api changes

@aHumanBeing
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants