-
Hello, my ldapjs implemented LDAP server crashed with following backtrace
```
node:events:493
throw er; // Unhandled 'error' event
^
VError: Parser error for undefined:undefined: …
-
Our LDAP server is down, so when I try to login with a new account or enter incorrect password (so that the tryDBfirst fails), after some time I get ```"LDAP bind failed with error:" {}``` .
It thro…
-
I have had the problem that when trying to change the password of a user with valid credentials:
const ldap = require('ldapjs');
const ldapClient = ldap.createClient({
url: 'ldap://ipldap',
…
-
Copy over from Heimdall for the most part. Key one we need is LDAPS. Will probably require changes to the user model / other db stuff so that we have all the fields we need. ATM, all we need is to …
-
Hi,
I noticed a worrisome behaviour when using an empty password to log in with your plugin.
The ldapjs authenticate() function does not seem to fail when providing an empty password. This is apparent…
-
So, I get a "User successfully retrieved from LDAP server", but then right after the below error :(
I am using:
```
LDAP.generateSettings = function (request) {
return {
"serverDn": "DC=…
-
An improper username or password will give an error, but a proper user and password throws this exception:
```
Release 0.4.2
/opt/bitnami/node_modules/mongoose/lib/index.js:333
throw new mong…
-
### Description:
Using Traefik as a TCP proxy for TLS for LDAP requires SNI.
### Steps to reproduce:
Setup bitnami/openldap
Use traefik for TLS termination ( I'm using stepca for local CA )…
-
I'm following the [guide](http://ldapjs.org/guide.html) but I don't understand why I get an Operations error (1) when adding a new entry with ldapadd.
```sh
pi@radiuspi:~/code/ldap $ sudo ldapadd -H…
Ketho updated
7 months ago
-
Hi,
Seems to be facing this intermittent issue, where the Kibana service stops every ~20mins.
My team is seeing the below logs when Kibana service faces an error:
![image](https://user-images.g…