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

Dirty fail when email not set in ldapResponse.

Open conrad-dk opened this issue 8 years ago • 0 comments

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?

conrad-dk avatar Nov 24 '16 11:11 conrad-dk