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.
Hello There i just got started with ldapjs and there doesn't seem to be a fine example of how to use starttls https://github.com/ldapjs/node-ldapjs/blob/master/docs/client.md#starttls
Doc says usage is starttls(options, controls, callback)
But example says
constopts={ca: [fs.readFileSync('mycacert.pem')]};client.starttls(opts,(err,res)=>{assert.ifError(err);// Client communication now TLS protected});
Hello There i just got started with ldapjs and there doesn't seem to be a fine example of how to use starttls
https://github.com/ldapjs/node-ldapjs/blob/master/docs/client.md#starttls
Doc says usage is
starttls(options, controls, callback)
But example says
But doesnt seem to be an optional param:
how do i properly create tls upgrade with the starttls method? or better how do i create/use the control?
The text was updated successfully, but these errors were encountered: