Joshua Houghton

Results 13 comments of Joshua Houghton

Had the same issue, after running this command i don't get that error anymore but i don't get a bash prompt either. ``` cd /etc/chromium sudo ln -s ../opt/chrome/native-messaging-hosts/ ....

You can try this if you like https://github.com/jjhoughton/napi-ldap it hasn't seen a great deal of widespread use yet.

Would you consider taking my changes @jeremycx if i open a pr? It's kind a rewrite though using n-api and c instead of c++.

fixed here https://github.com/jeremycx/node-LDAP/pull/120

I've also got this to work with mac and centos6 with node10 and node12 https://github.com/ripjar/node-LDAP/pull/1 i'll port the changes across if you're interested

For my repo https://github.com/jjhoughton/napi-ldap you can try install these two system packages openldap-devel cyrus-sasl-devel and then set this environment variable when running npm install `USE_SYSTEM_LDAP=1 npm i`, that'll make it...

Didn't mean to do a pull against this repo just yet will reopen once i've tested it

yes I couldn't get this to work for some reason. Even with a legit (non self signed) cert from go daddy ``` TLSMC: MozNSS compatibility interception begins. tlsmc_intercept_initialization: INFO: entry...

Have you ever managed to get this working yourself? Maybe it's the build of node I'm using but certificate validation doesn't seem to be working correctly. I know if I...

Hi Jeremy Really appreciate your time replying to the ticket. We have tried `openssl s_client -connect ldap.jumpcloud.com:636` and that gives a 'Verify return code: 0 (ok)' which is fine. We...