meteor-accounts-ldap icon indicating copy to clipboard operation
meteor-accounts-ldap copied to clipboard

Authentication against an LDAP server in Meteor

Results 5 meteor-accounts-ldap issues
Sort by recently updated
recently updated
newest added

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":...

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...

I can't figure out how to connect to openLDAP. I'm currently using this docker image (https://github.com/osixia/docker-openldap) to create a openldap server. I can connect to and create user using jxplorer...

Specifically, not having `accounts-password` installed results in errors because the installation process tries to install bcrypt 0.7.8, which does not compile for node 4. Installing `accounts-password` manually for some reason...

Is there any chance that this package will be able to do the equivalent of what the [`passport-windowsauth`](https://github.com/auth0/passport-windowsauth) package does in regards to allowing Windows Integrated Authentication when the meteor...