activedirectory : ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.. You can installing activedirectory 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 activedirectory $ sudo npm install -g activedirectory
If want to update the activedirectory package execute the command as below,
$ sudo npm update activedirectory
Update package globally,
$ npm install -g activedirectory
$ sudo git clone https://github.com/rektide/activedirectory.git
$ sudo npm install -g ./activedirectory
activedirectory@0.7.2 /usr/lib/node_modules/activedirectory
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall activedirectory
Package Name | activedirectory |
Version | 0.7.2 |
Description | ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations. |
Released Date | 2016-02-01T15:24:09.032Z |
Published by | gheeres |
How to Learn | https://www.npmjs.com/package/activedirectory/tutorial |