-
Hello,
I tried to install hackmd but when requesting the index, I get the following error : `Error: Could not find include include file.`
I use node 6.12.3 and npm 3.10.10
```
hackmd@brell:~$ …
-
When the configured LDAP server is not reachable, the server process exits with error level "1".
W20170108-17:10:19.776(1)? (STDERR) events.js:141
W20170108-17:10:19.778(1)? (STDERR) throw e…
-
Sorry for posting it as an issue.
Is there a way to connect to oracle DB using LDAP for auth?
akhil updated
7 years ago
-
When using the LDAP authentication method, giving an invalid login gives the expected user or password incorrect message.
But when providing a correct login, the server crashes with:
```
/home/cyber…
-
i get the below error,
> node-gyp rebuild
make: Entering directory `/home/vardha/etherpad-lite/node_modules/ep_ldapauth/node_modules/ldapjs/node_modules/dtrace-provider/build'
TOUCH Release/obj.ta…
-
Hello I ve tried to install it on an etherpad install and after running npm install ep_ldapauth I got this error:
Any idea what could be? I am not very used to npm.
Thanks
npm ERR! Linux 3.10.0-229.…
-
@etyp Thank you for this package. I am trying to use this with Telescope app. I am able to authenticate against our ldap server but I need help getting email id after authentication.
My app crashe…
-
Hi,
I am using the following code to extract the thumbnail photo of a user from LDAP:
var ldap = require('ldapjs');
var fs = require('fs');
var client = ldap.createClient({
url: 'ldap://**someip*…
-
Hello, I just implemented this into my node app. It all seems to work fine for a while but then all of a sudden i get:
Error: connect ETIMEDOUT (IP of the LDAP server)
at Objects.exports._errnoExce…
-
`@types/node` (the typings from definitelytyped) specify tls connection options as `ConnectionOptions from 'tls'`, however typings' `env-node` specifies the same thing as `TLSConnectionOptions from 't…