James Sumners
James Sumners
The string is correct. The spec only allows ASCII characters. Any other characters must be escaped. See https://github.com/ldapjs/node-ldapjs/issues/860#issuecomment-1474479422.
What version of `ldapjs` and `@ldapjs/filter` are you using?
Thank you for the detailed diagnosis. It is appreciated. I am convinced this is the same problem under discussion in https://github.com/ldapjs/filter/pull/9#discussion_r1401459812. I need to find some time to re-learn a...
Please provide a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example) (MRE). Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable...
Please provide a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example). Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable without...
Please review the links and body of my previous message. Your example is relying on external resources and requires extra effort to use.
LDAP knowledge really doesn't factor in to creating a minimal reproduction. You should supply the code, the code should reference a fixture (e.g. a `passwd` file with fake data), and...
`console.log(req.dn)` should be `console.log(req.dn.toString())`.
It looks to me like you are attempting to send an abandon message for a request that has already been completed. Would you like to send a pull request to...
Please provide a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example) (MRE). Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable...