JackAdams / meteor-accounts-ldap

Authentication against an LDAP server in Meteor
MIT License
21 stars 12 forks source link

add option to specify attrs retrieved from LDAP #20

Closed edovino closed 7 years ago

edovino commented 7 years ago

This adds a new configurable property to the LDAP object: LDAP.attributes When set, it specifies a list of attributes to explicitly fetch from LDAP in the search-phase. (I originally needed this to force fetching of operational attributes, but it might also be useful for trimming LDAP entries that have a gazillion attributes you don't care about)

JackAdams commented 7 years ago

Nice. Merging now.

JackAdams commented 7 years ago

I released a new version (0.7.3) on atmosphere earlier on today.