-
Notifications
You must be signed in to change notification settings - Fork 39
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
BindAsync on Linux #104
Comments
Hello! For simple auth binding you should specify username/dn and password. |
Hi! Thank you for your swift reply It still fails with
With the same error
It works with BindAsync on windows, and it works with Bind but not BindAsync on Linux. We have managed to replicate the issue in docker and the set up is
|
What linux distributive ? |
The distribution is Manjaro We've just uploaded a repository over here with an example that reproduces the error https://github.com/millsaj/ldapfornet-test From trying to isolate the issue, it looks like BindAsync on Linux either doesn't like binding using LdapAuthType.Anonymous, or it does not like connecting over secure LDAP |
Hello,
Great library so far, got a little issue.
The bug
Running BindAsync on Linux causes a null reference exception
To Reproduce
Expected behaviour
Expected bind to be successful and to receive search results, however got a null reference exception from BindAsync(). The non async version of Bind() works fine by the way.
Desktop:
The text was updated successfully, but these errors were encountered: