GitHub - brinqa/ldap-cli: Simple application to debug LDAP configuration

The purpose of this project is to debug an LDAP/AD environment without the full Brinqa application.

Download the tar/zip from the releases.

$ tar xf ldap-cli.tar
$ cd ldap-cli
$ ./bin/ldap-cli -h
Options:
  -h, --help  Show this message and exit

Commands:
  search  Search LDAP Directory

$./bin/ldap-cli search -h
Usage: app search [OPTIONS]

  Search LDAP Directory

Options:
  --host TEXT          Hostname for the AD server
  --port INT           Port for the AD server
  --username TEXT      Username for the connection
  --password TEXT      Password for the connection
  --base-context TEXT  Base context for search.
  --page-size INT      Page size during the search
  --filter TEXT        Filter for search.
  -h, --help           Show this message and exit