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
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
When I search for an user with latin characters such as "ç", "ã", etc... the ldap returns the entry just fine, but when I try to do modifications it gives me a [no such object error], even if the distinguished name is correct. Here follows an example code:
Due to lack of response, I'm merging #941 and closing this as not reproducible.
Please provide a minimal reproducible example if you think this is inaccurate. Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable without any changes or extra code.
You may use a GitHub repository to host the code if it is too much to fit in a code block (or two).
When I search for an user with latin characters such as "ç", "ã", etc... the ldap returns the entry just fine, but when I try to do modifications it gives me a [no such object error], even if the distinguished name is correct. Here follows an example code:
The correct DN is "CN=Mendonça,OU=users,DC=test,DC=com", but if I replace "ç" for "c" the modification is applied with success
The text was updated successfully, but these errors were encountered: