vesse / node-ldapauth-fork

Simple node.js module to authenticate against an LDAP server
Other
127 stars 79 forks source link

Add missing `tlsOptions` property #80

Closed PhilipTrauner closed 4 years ago

PhilipTrauner commented 4 years ago

The TypeScript definition currently doesn't include the tlsOptions property, although it is passed along to ldapjs if provided.

vesse commented 4 years ago

Thanks, merged and published