auth0 / passport-windowsauth

Windows Authentication strategy for Passport.js
MIT License
178 stars 54 forks source link

change pasword check in LdapValidator to falsei check so it catches … #48

Open rjj940221 opened 7 years ago

rjj940221 commented 7 years ago

in non-integrated if no password is passed the ldap still validates as the catch only looks for an empty string but neglects a undefined or null value which the proceeds to validate using a falsei check solves the isue