Closed matthieusieben closed 9 years ago
Yeah that happens since this module depends on the latest released version of ldapjs
. I've been waiting for a new release as I prefer not to depend on random git commit. Meanwhile you can work around this by using the latest ldapjs
, ie. set dependencies like this:
{
"dependencies": {
"ldapjs": "mcavage/node-ldapjs",
"ldapauth-fork": "2.3.2",
}
}
Probably need to delete node_modules/ldapauth-fork
first and then run npm install
.
I get the following error when trying to use ldapauth on a (tls) secured ldap server. Not sure this is related to my config, to ldapauth-fork or to ldapjs.
My config is as follows
I can get all this to work if I replace line 108 of ldapjs/lib/client/client.js by:
Version of node: 0.12.0