1.0.7 • Published 3 years ago

ldaplooksee v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

LDAP Look-See

NPM Version

Command Line LDAP Search

Search LDAP from command-line

Installation

$ npm install -g ldaplooksee

Usage

Interactive Lookups

ldaplooksee will prompt you for your ldap configuration.

$ ldaplooksee

[?] LDAP url?
> ldaps://ldap.example.org

[?] Base?
> dc=users,dc=localhost

[?] Username or DN?
> root

[?] Password?
> ******

[?] ldap search (e.g. `uid=artvandelay`)
> uid=artvandelay

[1/1]
dn: 'uid=artvandelay, dc=users, dc=localhost'
idNumber: 1234567
uid: 'artvandelay'
givenName: 'Art'
sn: 'Vandelay'
telephoneNumber: '555-123-4567'

Quick search

Quick lookup, pass in uid as a command line argument

$ ldaplooksee artvandelay

[1/1]
dn: 'uid=artvandelay, dc=users, dc=localhost'
idNumber: 1234567
uid: 'artvandelay'
givenName: 'Art'
sn: 'Vandelay'
telephoneNumber: '555-123-4567'

Reset Config

$ ldaplooksee --reset

Related

License

MIT © James Johnson

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago