meteor-accounts-ldap
meteor-accounts-ldap copied to clipboard
A Meteor package for logging in and creating users with LDAP credentials
AD Authentication works fine without `LDAP_DEFAULTS.searchResultsProfileMap` specified but when I try to add `profileProperty` to `LDAP_DEFAULTS.searchResultsProfileMap` it throws > Error: Future resolved more than once Here is my `client` and...
When I copied your source into my project, I got the following eslint errors: ``` /Users/andy/frcs-portal/jcore-react-components/meteor/ldap/LDAPAccountSupport.js 200:33 error 'retObj' is not defined no-undef 240:7 warning 'userOptions' is defined but never...
The name accounts-ldap makes me think this would work with the Meteor accounts system. As documented here, https://atmospherejs.com/meteor/accounts-ui I did this ``` meteor add accounts-ui meteor add typ:accounts-ldap ``` Then...
`ldap_server.js:270` causes an exception if email is not set. This happens too easily and is easy to fix with ``` { resultKey: 'mail', profileProperty: 'email' } ``` in `searchResultsProfileMap`. Perhaps...
Future method is already called when search entry is handled in cases that search results profile map is set
``` I20160626-14:28:57.519(-5)? Exception while invoking method 'login' TypeError: Object false has no method 'map' I20160626-14:28:57.519(-5)? at [object Object].LDAP.ldapCheck (/Users/andy/frcs-portal/target/webapp/meteor/.meteor/local/build/programs/server/packages/meteor:/💻app/packages/typ_accounts-ldap/ldap_server.js:197:1) ```
I just added `typ:accounts-ldap` today. Obviously I must have misconfigured something, but it shouldn't ever crash the server: ``` W20160626-14:13:47.015(-5)? (STDERR) W20160626-14:13:47.016(-5)? (STDERR) /Users/andy/.meteor/packages/typ_ldapjs/.0.7.3.15oxhc9++os+web.browser+web.cordova/npm/node_modules/ldapjs/lib/client/client.js:867 W20160626-14:13:47.016(-5)? (STDERR) return _done('error', errors.getError(msg)); W20160626-14:13:47.016(-5)?...