-
Notifications
You must be signed in to change notification settings - Fork 453
"No Such Object" when using Client Modify #923
Comments
|
Sorry I forgot to mention. I am on 3.0.4 |
The only way I've been able to fix this is by returning The |
I have created an integration test based upon this issue #926 I am not seeing the issue described. |
Closing as cannot reproduce. If you are able to provide a reproduction, or show how the integration test I added is insufficient, please reopen with that information. |
https://github.com/audn/ldapjs-reproduction |
Have you reviewed the integration test I added? Can you point out how it does not cover the issue? Regarding your repo:
|
I tried moving the user, and that fixed it. Do you have any limitations as of how deep we can drill? Doesn't work: |
You have removed your code, so I cannot see what you are doing. I'm going to guess that you are searching for the entry to modify, setting a base DN at This library does not impose any limits on DNs that are not present in the RFCs. |
Can you add |
It seems like it's returning "No Such Object" when using "ø" in the DN @jsumners |
Please see #860. |
I'm getting "No Such Object" error when I try to modify a group, even though the DN provided is correct.
I added
Bunyan
to inspect logs, and I could see from the response thatobject
was empty.Response:
Function for modifying:
I solved it by manually editing the ensureDN function in the
\node_modules\ldapjs\lib\client\client.js
file from:To:
Is this a known issue, or am I missing something?
The text was updated successfully, but these errors were encountered: