James Sumners

Results 658 comments of James Sumners

@beevelop we welcome all contributors here. The TypeScript implementation was started when this project had less active maintainers governing it.

What is the action you are expecting with creating this issue? How does this relate to the `ldapjs` source code?

> It supports SCRAM? I don't know what you're asking. You have posted a long list of RFC links that we are not inclined to read without cause. Please show...

Would you like to send a Pull Request to address this issue? Remember to add unit tests.

We use the standards TLS socket from Node core. If that doesn't support what you are asking for, then we do not support it.

If you'd like to send a pull request to implement such a feature, sure. Remember to add unit tests.

That would be part of implementing the feature -- determining how to implement it.

I think you're showing that the error is happening during the `searchUserbyUID` invocation. So I agree with @UziTech. This looks like your server returning an unexpected ASN.1 message. Which means...

Unfortunately, without a way to reproduce it all we can do is guess at things. Have you enabled trace logging? https://github.com/ldapjs/node-ldapjs/blob/1570e049526fffc47df00615ce48860cf3da77b3/docs/client.md#note-on-logger Have you tried stepping through it with the debugger...