Closed ehlertjd closed 4 years ago
Thanks, and sorry for the wait :( I merged vesse/node-ldapauth-fork#71 which fixes the admin bind being executed twice, and now your PR is conflicting. Do you have time to check the merge conflict? I could do that myself since I've been busy or lazy, but I don't have a TLS server at hand with which I could really test how this works.
@vesse Can we merge this PR?
This adds a boolean
starttls
option which, if set, will execute starttls before binding, emitting anerror
should the TLS setup process fail.Closes #59