passport-ldap
passport-ldap copied to clipboard
LDAP authentication strategy for Passport and Node.js
i reinstalled node.js so now i am at v6.11.2 and my npm is v3.10.10 npm install passport-ldap --save > [email protected] install C:\Projects\Motiv+\motiv\nodeJS_stuff\node_modules\buffertools > node-gyp rebuild C:\Projects\Motiv+\motiv\nodeJS_stuff\node_modules\buffertools>if not defined npm_config_node_gyp (node...
Is there an option for SSL using a cert/pem file?
I'm looking to use passport-ldap in a project and I wanted to make sure I understand something, it looks like the user/password are bound but then all entries in the...
I am not sure if I got it right, but as far as I understood the LDAPStrategy a bind is called whenever a user tries to authenticate. I have not...