-
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
Binding Always Fails #135
Comments
Did you install the prerequisites? For Linux\OSX you must ensure you have the latest OpenLDAP client libraries installed from http://www.openldap.org. Also you should install libsasl modules for digest-md5 (libsasl2-modules) |
I will look into it now, I really love how slim this library is personally, I just want it to work so I can use basic searching functionality. |
I installed the libs for sasl2-modules.
Not sure if that is the correct format, it may be my incorrect input. Please advise. Update |
You dont need AuthorizationId. Example:
|
Is authentication work on linux? |
Describe the bug
Unable to bind on Linux platform, but works on windows
To Reproduce
simply attempt to bind
cn.Bind(LdapForNet.Native.Native.LdapAuthType.Digest, new LdapCredential { UserName = "user@domain", Password = "password", AuthorizationId = "u:user" });
Expected behavior
A successful binding
Desktop (please complete the following information):
Additional context
Using to LDAP into Active Directory
The text was updated successfully, but these errors were encountered: