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

Use _bind() in getConnection() #114

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

paroga
Copy link

@paroga paroga commented Oct 11, 2016

If the LDAP server does not support anonymous bindings authentication will fail. Use the provided credentials to fix the getConnection() logic.

If the LDAP server does not support anonymous bindings authentication will fail. Use the provided credentials to fix the getConnection() logic.
@coolacid
Copy link

coolacid commented Feb 4, 2018

Over a year, going to ping.

@greezybacon
Copy link
Contributor

What kind of servers are experiencing this error? I've tested with Microsoft AD, which doesn't allow for anonymous bind without error.

@paroga
Copy link
Author

paroga commented Feb 15, 2019

If I remember correctly it's OpenLDAP.

@greezybacon
Copy link
Contributor

@paroga thanks for the response. I tested your code against ActiveDirectory and it seems to work great. Thanks for the pull request.

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

Successfully merging this pull request may close these issues.

3 participants