meteor-accounts-ldap
meteor-accounts-ldap copied to clipboard
Dirty fail when email not set in ldapResponse.
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 state that this is required in the readme?