New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldap-getpeople

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-getpeople

Download the people reporting to the starting manager using the Active Directory attribute directReports. Recursively go down the tree to the node-getopt help demo.

1.0.3
latest
npm
Version published
Maintainers
1
Created
Source

ldap-getpeople

Node script.

Installation

npm install ldap-getpeople

Usage

Download the people reporting to the starting manager using the Active Directory attribute directReports. Recursively go down the tree to get each manager in the tree.

Usage: ldap-getpeople [OPTION]

  -l, --ldap=LDAP_URL      URL to connect to LDAP server. Examples ldap://130.140.80.134:389 or ldaps://130.140.80.134:689
  -u, --user=USER_DN       User DN (distinguished name) to logon to the Active Directory/LDAP server.
  -p, --password=PASSWORD  PASSWORD for the user to logon to the Active Directory/LDAP server. If not used, the program prompts you for a password
  -m, --manager=USER_DN    The User DN (distinguished name) of the topmost manager.
  -o, --output=FILENAME    Save results as tab delimited to FILENAME.tsv. The default is results.tsv.
  -j, --json=FILENAME      Save results as JSON to FILENAME. The default is results.json
  -h, --help               display this help

Issues and repository

https://github.com/divyavanmahajan/ldap-getpeople

Keywords

ldap

FAQs

Package last updated on 18 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts