-
Notifications
You must be signed in to change notification settings - Fork 100
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
Client doesn't unbind #88
Comments
Looks like this got fixed: ldapjs/node-ldapjs#497 |
Thanks for the heads up Scott. Do you know when this will find its way into passport-ldapauth? |
It looks like this part of a larger effort to get node-ldapjs to be compatible with Node 10 for node-ldapjs 2.0: |
If you wanted to get ahead of the release, you could fork this plugin and have it point to: |
Hopefully ldapjs 2.0 will be released soon. Looks like it should not even be a breaking release for the client even if major version number is bumped. Quickly tested with the |
Just checking in, any idea of an eta for node v10 support? We're eagerly awaiting this as well :) |
Yeah seems that release is not progressing much. I'll try to find time to do a release candidate that depends on the release candidate of ldapjs soon |
I've published a prerelease versions of |
Thanks for publishing, @vesse. I tried The However with So, at this time, Should |
Oh shoot. I'll try to check these soon. I noticed that it's really easy to mess up the deps when publishing both from master and from the next branch. |
@seshness should be fixed now:
|
Thank you @vesse! I appreciate it. |
|
I see a note about the unbind issue affecting node.js v10. Is there a fix for this? The only fix i see in node-ldapjs issue 483 is to use ldapts but I don't think that's possible with this module. Is there another ldap passport strategy i can use?
The text was updated successfully, but these errors were encountered: