-
Hi,
Meteor: v1.5.4.1
Angular: v4.4.6
Compilers: version 0.2.5
Description of the issue:
Using angular compilers in meteor 1.5.4.1 is constantly giving the following error:
=> Errors pre…
-
There is nothing in http://bluebirdjs.com/docs/beginners-guide.html.
When uses `new Promise(..)` and `Promise.promisify(..)`, what's the different between them?
I need a guide to start bluebird, Thx…
-
### Description:
Connections to the LDAP server using TLS or StartTLS don't work.
### Server Setup Information:
```
+------------------------------------------+
| SERVER RUNNIN…
tobru updated
6 years ago
-
### Description:
LDAP login was possbile up until 0.59.0-rc.12, now it is not possible anymore (see logfiles below). My field mapping is like this: `{"cn":"name", "mail":"email"}`. I have set no de…
-
NodeBB v1.4.3 or v1.3.0
node v4.3.0
Windows10
LDAP Settings:
![qq 20161121103617](https://cloud.githubusercontent.com/assets/8166881/23449397/4b13d922-fe91-11e6-9387-a50ad054363a.png)
when I …
-
I have this code:
```js
let ldap;
try {
ldap = new LdapAuth(config.ldap);
} catch (err) {
console.error(err);
return cb(err);
}
/// some time later...
…
-
Is it possible to get an option to not connect to the LDAP service automatically when the class is created?
I'm using dependency injection and creating the ldapauth class in the constructor of my ser…
-
Is LDAP to an Active Directory Domain Controller supported? Domain Controller does not allow anonymous bind.
I see "Unknown auth type LDAP" on page during login.
-
I am trying to wrap my ldap connection in a promise thereby catching all kinds of errors that could occur. Say my ldap server were to go down, and since the library only emits error events, how could …
-
I got this stack trace
```
[2017-05-30 04:58:49.312] [ERROR] [default] - Error: This socket is closed
at Socket._writeGeneric (net.js:683:19)
at Socket._write (net.js:734:8)
at do…