James Sumners
James Sumners
Would you be willing to send a PR to resolve this?
What you have written looks to me like the error _is_ being handled. You could supply a logger set `trace` level output to get some better insight.
This _might_ be related -- https://github.com/fastify/fastify/issues/2253
Ugh. That's a thing we never got around to dealing with. Technically Joyent still owns all of that. I'll reach out to people and see if we can get it...
Yeah, that sounds like a good solution.
@melloc do you have any opinions about managing DNS for `ldapjs.org`? Personally, I'm of the opinion that we should just let the domain die. Maybe add a year to it...
It sounds like the library assumes every connection will at least perform an anonymous bind before issuing any other messages. And this assumption leads to the idle code relying on...
I think this is something we just plain forgot to address in https://github.com/ldapjs/node-ldapjs/pull/658 I am okay with a PR that: 1. Recognizes an array has been passed for the server...
The control is added by the `starttls` method: https://github.com/ldapjs/node-ldapjs/blob/9143456b4fa2e07127fb1fd37677fdfd4c73a6c5/lib/client/client.js#L744-L748
Would you be able to submit a PR for this?