You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does your code works well on Debian with simple password, without characters from extended ASCII table?
I guess I faced with the same problem, but the problem was not on password but on username. On windows you have to use username@domain, but on Linux you have to use just username. It works for me at Ubuntu 18.04
Yes, my code works well on Debian with simple password.
I tried with username@domain and just username, results are the same.
On Windows, it always works as expected.
Just for testing, I tried with a simple NodeJs script with ActiveDirectory package and it works well even with characters from extended ASCII table. But I have to make it in dotnet.
For now, we are going to use a windows server instead of Linux, only for that issue. I still hope to find a solution and made it work on Linux.
flamencist
changed the title
Invalid crentials error with passwords containing special character
Invalid credentials error with passwords containing special character
Mar 26, 2022
Hi !
Describe the bug
Unable to bind on Linux platform if password contains characters from extended ASCII table (eg. £ € §).
Same code with same password works well on Windows.
Works well too with ldapsearch command line.
To Reproduce
Attempt to bind (simply for credential verification) with :
Failed with :
Tried with LdapAuthType.Simple too (LDAP or LDAPS) ==> same error
Expected behavior
Calling bind method not raising exception
Desktop (please complete the following information):
Thanks for your help !
The text was updated successfully, but these errors were encountered: