shaozi / ldap-authentication

🔐🔐🔐 A simple Nodejs Async LDAP authentication library
BSD 2-Clause "Simplified" License
109 stars 28 forks source link

have "Verify user exists" mode reflect attributes option #68

Closed mikecat closed 3 months ago

mikecat commented 3 months ago

In verifyUserExists: true mode, all user attributes were returned regardless of the attributes option.

Therefore, I fixed to reflect that option.