passport-ldapauth : LDAP authentication strategy for Passport. You can installing passport-ldapauth npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install passport-ldapauth $ sudo npm install -g passport-ldapauth
If want to update the passport-ldapauth package execute the command as below,
$ sudo npm update passport-ldapauth
Update package globally,
$ npm install -g passport-ldapauth
$ sudo git clone https://github.com/rektide/passport-ldapauth.git
$ sudo npm install -g ./passport-ldapauth
passport-ldapauth@2.0.0 /usr/lib/node_modules/passport-ldapauth
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-ldapauth
| Package Name | passport-ldapauth |
| Version | 2.0.0 |
| Description | LDAP authentication strategy for Passport |
| Released Date | 2017-06-13T17:36:15.604Z |
| Published by | vesse |
| How to Learn | https://www.npmjs.com/package/passport-ldapauth/tutorial |